8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22164d commit c23be34Copy full SHA for c23be34
src/backend/commands/copy.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -685,7 +685,7 @@ CopyLoadRawBuf(CopyState cstate)
685
686
687
/*
688
- * DoCopy executes the SQL COPY statement.
+ * DoCopy executes the SQL COPY statement
689
690
* Either unload or reload contents of table <relation>, depending on <from>.
691
* (<from> = TRUE means we are inserting into the table.) In the "TO" case
0 commit comments