]> granicus.if.org Git - postgresql/commitdiff
Correct attibution:
authorBruce Momjian <bruce@momjian.us>
Thu, 31 Aug 2006 00:35:32 +0000 (00:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 31 Aug 2006 00:35:32 +0000 (00:35 +0000)
COPY SELECT work done by Zoltan Boszormenyi

src/backend/commands/copy.c

index 569d86eee2b49d26df7ffc7ce509c273ec0d874f..e54d94744ea9bc170b9854dad1587c46f37b0705 100644 (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 $
  *
  *-------------------------------------------------------------------------
  */