|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.270 2006/08/3100:35:32 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.271 2006/08/3103:17:50 momjian Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -685,7 +685,7 @@ CopyLoadRawBuf(CopyState cstate) |
685 | 685 |
|
686 | 686 |
|
687 | 687 | /* |
688 | | - * DoCopy executes the SQL COPY statement. |
| 688 | + * DoCopy executes the SQL COPY statement |
689 | 689 | * |
690 | 690 | * Either unload or reload contents of table <relation>, depending on <from>. |
691 | 691 | * (<from> = TRUE means we are inserting into the table.) In the "TO" case |
|