diff options
Diffstat (limited to 'src/include/commands')
-rw-r--r-- | src/include/commands/async.h | 4 | ||||
-rw-r--r-- | src/include/commands/cluster.h | 4 | ||||
-rw-r--r-- | src/include/commands/command.h | 4 | ||||
-rw-r--r-- | src/include/commands/copy.h | 4 | ||||
-rw-r--r-- | src/include/commands/creatinh.h | 4 | ||||
-rw-r--r-- | src/include/commands/dbcommands.h | 4 | ||||
-rw-r--r-- | src/include/commands/defrem.h | 4 | ||||
-rw-r--r-- | src/include/commands/explain.h | 4 | ||||
-rw-r--r-- | src/include/commands/rename.h | 4 | ||||
-rw-r--r-- | src/include/commands/trigger.h | 4 | ||||
-rw-r--r-- | src/include/commands/vacuum.h | 4 | ||||
-rw-r--r-- | src/include/commands/version.h | 4 | ||||
-rw-r--r-- | src/include/commands/view.h | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index de9b9dc3c7c..35dcf0bfe08 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -3,10 +3,10 @@ * async.h * Asynchronous notification: NOTIFY, LISTEN, UNLISTEN * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.16 2000/08/29 09:36:50 petere Exp $ + * $Id: async.h,v 1.17 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 7fdc6b1823c..cf6ca225e19 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -3,10 +3,10 @@ * cluster.h * header file for postgres cluster command stuff * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ + * $Id: cluster.h,v 1.9 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/command.h b/src/include/commands/command.h index 9ab7a53f44a..3e3f675c0f7 100644 --- a/src/include/commands/command.h +++ b/src/include/commands/command.h @@ -4,10 +4,10 @@ * prototypes for command.c. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: command.h,v 1.24 2000/12/15 04:08:15 tgl Exp $ + * $Id: command.h,v 1.25 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index bbd465586c9..e949e4cd330 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -4,10 +4,10 @@ * Definitions for using the POSTGRES copy command. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.11 2000/04/12 17:16:32 momjian Exp $ + * $Id: copy.h,v 1.12 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index ef0c0701ed1..7860c102cd5 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -4,10 +4,10 @@ * prototypes for creatinh.c. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.13 2000/01/26 05:58:00 momjian Exp $ + * $Id: creatinh.h,v 1.14 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index 903368e3f9c..1e8302a1ec4 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dbcommands.h,v 1.14 2000/11/14 18:37:47 tgl Exp $ + * $Id: dbcommands.h,v 1.15 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index dce401d7d9b..98ba76613a1 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -4,10 +4,10 @@ * POSTGRES define and remove utility definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.21 2000/10/07 00:58:20 tgl Exp $ + * $Id: defrem.h,v 1.22 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index a627730b69b..25bb0ecc490 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -3,10 +3,10 @@ * explain.h * prototypes for explain.c * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.10 2000/01/26 05:58:00 momjian Exp $ + * $Id: explain.h,v 1.11 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h index e5ee7db66c6..569cbb921c3 100644 --- a/src/include/commands/rename.h +++ b/src/include/commands/rename.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rename.h,v 1.9 2000/09/06 14:15:25 petere Exp $ + * $Id: rename.h,v 1.10 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index a9b689ba171..613a155cd6c 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -3,10 +3,10 @@ * trigger.h * Declarations for trigger handling. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: trigger.h,v 1.23 2001/01/22 00:50:07 tgl Exp $ + * $Id: trigger.h,v 1.24 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index b42a8e6a17f..139b03c2d83 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -4,10 +4,10 @@ * header file for postgres vacuum cleaner * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.32 2000/07/14 22:17:57 tgl Exp $ + * $Id: vacuum.h,v 1.33 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/version.h b/src/include/commands/version.h index 7da7be2176b..0198659b49c 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -4,10 +4,10 @@ * Header file for versions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ + * $Id: version.h,v 1.9 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index fcfda39a1b5..7066cbc329f 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: view.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ + * $Id: view.h,v 1.9 2001/01/24 19:43:23 momjian Exp $ * *------------------------------------------------------------------------- */ |