*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.270 2006/08/31 00:35:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.271 2006/08/31 03:17:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
/*
- * DoCopy executes the SQL COPY statement.
+ * DoCopy executes the SQL COPY statement
*
* Either unload or reload contents of table , depending on .
* ( = TRUE means we are inserting into the table.) In the "TO" case