mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Attibution addition: Add Karel Zak also for COPY SELECT.
This commit is contained in:
parent
d22164d4c4
commit
c23be34a25
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <relation>, depending on <from>.
|
||||
* (<from> = TRUE means we are inserting into the table.) In the "TO" case
|
||||
|
|
|
|||
Loading…
Reference in a new issue