|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
|
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
|
* |
|
|
|
|
* $Id: parsenodes.h,v 1.199 2002/08/15 16:36:07 momjian Exp $ |
|
|
|
|
* $Id: parsenodes.h,v 1.200 2002/08/19 00:40:15 tgl Exp $ |
|
|
|
|
* |
|
|
|
|
*------------------------------------------------------------------------- |
|
|
|
|
*/ |
|
|
|
|
@ -869,7 +869,7 @@ typedef struct CopyStmt |
|
|
|
|
{ |
|
|
|
|
NodeTag type; |
|
|
|
|
RangeVar *relation; /* the relation to copy */ |
|
|
|
|
List *attlist; |
|
|
|
|
List *attlist; /* List of Ident nodes, or NIL for all */ |
|
|
|
|
bool is_from; /* TO or FROM */ |
|
|
|
|
char *filename; /* if NULL, use stdin/stdout */ |
|
|
|
|
List *options; /* List of DefElem nodes */ |
|
|
|
|
|