mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Correct attibution:
COPY SELECT work done by Zoltan Boszormenyi
This commit is contained in:
parent
5bb9c25904
commit
d22164d4c4
@ -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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user