postgresql/src/include/commands/copy.h

23 lines
599 B
C
Raw Normal View History

/*-------------------------------------------------------------------------
*
* copy.h
* Definitions for using the POSTGRES copy command.
*
*
2004-08-29 06:13:13 +02:00
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
2004-08-29 06:13:13 +02:00
* $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.24 2004/08/29 04:13:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef COPY_H
#define COPY_H
#include "nodes/parsenodes.h"
extern void DoCopy(const CopyStmt *stmt);
#endif /* COPY_H */