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/conversioncmds.h | 4 | ||||
-rw-r--r-- | src/include/commands/copy.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/lockcmds.h | 4 | ||||
-rw-r--r-- | src/include/commands/portalcmds.h | 4 | ||||
-rw-r--r-- | src/include/commands/schemacmds.h | 4 | ||||
-rw-r--r-- | src/include/commands/sequence.h | 4 | ||||
-rw-r--r-- | src/include/commands/tablecmds.h | 4 | ||||
-rw-r--r-- | src/include/commands/trigger.h | 4 | ||||
-rw-r--r-- | src/include/commands/typecmds.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 |
17 files changed, 34 insertions, 34 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 2dc4be8c0b6..5fb733bd83f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.21 2002/06/20 20:29:49 momjian Exp $ + * $Id: async.h,v 1.22 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 7eb11d60b06..a0b9805641e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.18 2002/12/30 18:42:16 tgl Exp $ + * $Id: cluster.h,v 1.19 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h index babb9f56e1f..9539114e831 100644 --- a/src/include/commands/conversioncmds.h +++ b/src/include/commands/conversioncmds.h @@ -4,10 +4,10 @@ * prototypes for conversioncmds.c. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: conversioncmds.h,v 1.4 2003/06/27 14:45:31 petere Exp $ + * $Id: conversioncmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index 4eab57362ac..bdd6db66b56 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.21 2003/04/24 21:16:44 tgl Exp $ + * $Id: copy.h,v 1.22 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index 5a3d91d2c41..4ec179690e3 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dbcommands.h,v 1.28 2003/08/04 00:43:30 momjian Exp $ + * $Id: dbcommands.h,v 1.29 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 5fe7a6c5da4..e192c868fa0 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.51 2003/06/27 14:45:31 petere Exp $ + * $Id: defrem.h,v 1.52 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 60391ea0e31..db88c775583 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.20 2003/08/04 00:43:30 momjian Exp $ + * $Id: explain.h,v 1.21 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/lockcmds.h b/src/include/commands/lockcmds.h index d4be4fe48a6..3b40e83aa7b 100644 --- a/src/include/commands/lockcmds.h +++ b/src/include/commands/lockcmds.h @@ -4,10 +4,10 @@ * prototypes for lockcmds.c. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lockcmds.h,v 1.2 2002/09/04 20:31:42 momjian Exp $ + * $Id: lockcmds.h,v 1.3 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/portalcmds.h b/src/include/commands/portalcmds.h index 25cae460b9a..136417269a0 100644 --- a/src/include/commands/portalcmds.h +++ b/src/include/commands/portalcmds.h @@ -4,10 +4,10 @@ * prototypes for portalcmds.c. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: portalcmds.h,v 1.11 2003/08/04 00:43:30 momjian Exp $ + * $Id: portalcmds.h,v 1.12 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h index b50ace5c12e..2a6d088e290 100644 --- a/src/include/commands/schemacmds.h +++ b/src/include/commands/schemacmds.h @@ -4,10 +4,10 @@ * prototypes for schemacmds.c. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: schemacmds.h,v 1.4 2003/06/27 14:45:31 petere Exp $ + * $Id: schemacmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index 3c4b6f1c4a7..1fbf0181d8b 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -3,10 +3,10 @@ * sequence.h * prototypes for sequence.c. * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sequence.h,v 1.24 2003/08/04 00:43:30 momjian Exp $ + * $Id: sequence.h,v 1.25 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index a87dbdf5f29..793f3a6c799 100644 --- a/src/include/commands/tablecmds.h +++ b/src/include/commands/tablecmds.h @@ -4,10 +4,10 @@ * prototypes for tablecmds.c. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tablecmds.h,v 1.12 2003/03/20 18:52:48 momjian Exp $ + * $Id: tablecmds.h,v 1.13 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index 1a2a33b3c24..d3aa9e385af 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: trigger.h,v 1.42 2003/08/04 00:43:30 momjian Exp $ + * $Id: trigger.h,v 1.43 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h index 662fa73d937..04574bfb15e 100644 --- a/src/include/commands/typecmds.h +++ b/src/include/commands/typecmds.h @@ -4,10 +4,10 @@ * prototypes for typecmds.c. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: typecmds.h,v 1.6 2003/08/04 00:43:30 momjian Exp $ + * $Id: typecmds.h,v 1.7 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 9d6565659b8..194adb17c8a 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -4,10 +4,10 @@ * header file for postgres vacuum cleaner and statistics analyzer * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.45 2002/07/31 17:19:54 tgl Exp $ + * $Id: vacuum.h,v 1.46 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/version.h b/src/include/commands/version.h index 6b88d976127..111377ae0a2 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.13 2002/06/20 20:29:49 momjian Exp $ + * $Id: version.h,v 1.14 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index e476d8224e2..affcf48423a 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: view.h,v 1.17 2002/09/02 02:13:02 tgl Exp $ + * $Id: view.h,v 1.18 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ |