From: Bruce Momjian Date: Thu, 31 Aug 2006 03:17:50 +0000 (+0000) Subject: Attibution addition: Add Karel Zak also for COPY SELECT. X-Git-Tag: REL8_2_BETA1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c23be34a252d0b59a7a6196d06747986523d009d;p=postgresql Attibution addition: Add Karel Zak also for COPY SELECT. --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index e54d94744e..23d9742234 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -8,7 +8,7 @@ * * * 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 $ * *------------------------------------------------------------------------- */ @@ -685,7 +685,7 @@ CopyLoadRawBuf(CopyState cstate) /* - * 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