1 /*-------------------------------------------------------------------------
4 * Definitions for using the POSTGRES copy command.
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
12 *-------------------------------------------------------------------------
17 #include "nodes/parsenodes.h"
18 #include "tcop/dest.h"
21 extern uint64
DoCopy(const CopyStmt
*stmt
, const char *queryString
);
23 extern DestReceiver
*CreateCopyDestReceiver(void);