Correct attibution:

COPY SELECT work done by Zoltan Boszormenyi
This commit is contained in:
Bruce Momjian 2006-08-31 00:35:32 +00:00
parent 5bb9c25904
commit d22164d4c4
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
/*-------------------------------------------------------------------------
*
* copy.c
* Implements the COPY utility command.
* Implements the COPY utility command
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.269 2006/08/30 23:34:21 tgl Exp $
* $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.270 2006/08/31 00:35:32 momjian Exp $
*
*-------------------------------------------------------------------------
*/