diff options
Diffstat (limited to 'src/bin/scripts')
| -rw-r--r-- | src/bin/scripts/Makefile | 4 | ||||
| -rw-r--r-- | src/bin/scripts/createdb | 4 | ||||
| -rw-r--r-- | src/bin/scripts/createlang.sh | 4 | ||||
| -rw-r--r-- | src/bin/scripts/createuser | 4 | ||||
| -rw-r--r-- | src/bin/scripts/dropdb | 4 | ||||
| -rw-r--r-- | src/bin/scripts/droplang | 4 | ||||
| -rw-r--r-- | src/bin/scripts/dropuser | 4 | ||||
| -rw-r--r-- | src/bin/scripts/vacuumdb | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile index 17a487594c..4a574b464a 100644 --- a/src/bin/scripts/Makefile +++ b/src/bin/scripts/Makefile @@ -2,10 +2,10 @@ # # Makefile for src/bin/scripts # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.14 2002/01/03 08:38:00 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.15 2002/06/20 20:29:42 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/scripts/createdb b/src/bin/scripts/createdb index 5d185b62f7..3087688a3a 100644 --- a/src/bin/scripts/createdb +++ b/src/bin/scripts/createdb @@ -7,12 +7,12 @@ # This program runs psql with the "-c" option to create # the requested database. # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.22 2002/06/11 22:21:01 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.23 2002/06/20 20:29:42 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/scripts/createlang.sh b/src/bin/scripts/createlang.sh index 229cb94524..daca169a0b 100644 --- a/src/bin/scripts/createlang.sh +++ b/src/bin/scripts/createlang.sh @@ -4,10 +4,10 @@ # createlang -- # Install a procedural language in a database # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.35 2002/04/12 09:37:10 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.36 2002/06/20 20:29:42 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/scripts/createuser b/src/bin/scripts/createuser index b21ba0fcf0..04bbe135e5 100644 --- a/src/bin/scripts/createuser +++ b/src/bin/scripts/createuser @@ -4,12 +4,12 @@ # createuser-- # Utility for creating a user in the PostgreSQL database # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.25 2002/04/12 09:42:31 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.26 2002/06/20 20:29:42 momjian Exp $ # # Note - this should NOT be setuid. # diff --git a/src/bin/scripts/dropdb b/src/bin/scripts/dropdb index bd94bee4fc..8c3d9cbb09 100644 --- a/src/bin/scripts/dropdb +++ b/src/bin/scripts/dropdb @@ -6,12 +6,12 @@ # # this program runs psql to drop the requested database. # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.15 2002/04/12 09:37:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.16 2002/06/20 20:29:42 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/scripts/droplang b/src/bin/scripts/droplang index 5e84b36e8a..94bc732894 100644 --- a/src/bin/scripts/droplang +++ b/src/bin/scripts/droplang @@ -4,10 +4,10 @@ # droplang -- # Remove a procedural language from a database # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.22 2002/04/12 09:37:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.23 2002/06/20 20:29:42 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/scripts/dropuser b/src/bin/scripts/dropuser index 4e4b03d8ca..71b072c895 100644 --- a/src/bin/scripts/dropuser +++ b/src/bin/scripts/dropuser @@ -4,12 +4,12 @@ # dropuser-- # Utility for removing a user from the PostgreSQL database. # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.17 2002/04/12 09:42:32 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.18 2002/06/20 20:29:42 momjian Exp $ # # Note - this should NOT be setuid. # diff --git a/src/bin/scripts/vacuumdb b/src/bin/scripts/vacuumdb index 2a751d931b..bf4ae4594e 100644 --- a/src/bin/scripts/vacuumdb +++ b/src/bin/scripts/vacuumdb @@ -7,12 +7,12 @@ # This script runs psql with the "-c" option to vacuum # the requested database. # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.21 2002/04/12 09:37:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.22 2002/06/20 20:29:42 momjian Exp $ # #------------------------------------------------------------------------- |
