summaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/Makefile2
-rw-r--r--src/bin/scripts/clusterdb.c2
-rw-r--r--src/bin/scripts/common.c2
-rw-r--r--src/bin/scripts/createdb.c2
-rw-r--r--src/bin/scripts/createlang.c2
-rw-r--r--src/bin/scripts/createuser.c2
-rw-r--r--src/bin/scripts/dropdb.c2
-rw-r--r--src/bin/scripts/droplang.c2
-rw-r--r--src/bin/scripts/dropuser.c2
-rw-r--r--src/bin/scripts/nls.mk2
-rw-r--r--src/bin/scripts/po/de.po2
-rw-r--r--src/bin/scripts/po/ru.po2
-rw-r--r--src/bin/scripts/vacuumdb.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index 9c31d92b44..844074db4b 100644
--- a/src/bin/scripts/Makefile
+++ b/src/bin/scripts/Makefile
@@ -5,7 +5,7 @@
# 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.24 2003/09/12 02:40:10 momjian Exp $
+# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.25 2003/11/29 19:52:07 pgsql Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/clusterdb.c b/src/bin/scripts/clusterdb.c
index cd91ad0cb7..d5ed4fcfed 100644
--- a/src/bin/scripts/clusterdb.c
+++ b/src/bin/scripts/clusterdb.c
@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/clusterdb.c,v 1.3 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.4 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c
index bb191734d4..63204ece3d 100644
--- a/src/bin/scripts/common.c
+++ b/src/bin/scripts/common.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/common.c,v 1.5 2003/09/07 03:43:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.6 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/createdb.c b/src/bin/scripts/createdb.c
index 1f7df9104d..e3f4097152 100644
--- a/src/bin/scripts/createdb.c
+++ b/src/bin/scripts/createdb.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/createdb.c,v 1.5 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.6 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/createlang.c b/src/bin/scripts/createlang.c
index 3b4a9b060d..d81f420755 100644
--- a/src/bin/scripts/createlang.c
+++ b/src/bin/scripts/createlang.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/createlang.c,v 1.6 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.7 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c
index f113456fbc..2a68b6b438 100644
--- a/src/bin/scripts/createuser.c
+++ b/src/bin/scripts/createuser.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/createuser.c,v 1.6 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.7 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/dropdb.c b/src/bin/scripts/dropdb.c
index 5e53defd6b..51220fe28c 100644
--- a/src/bin/scripts/dropdb.c
+++ b/src/bin/scripts/dropdb.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/dropdb.c,v 1.6 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/dropdb.c,v 1.7 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/droplang.c b/src/bin/scripts/droplang.c
index 08a588e348..93c6816199 100644
--- a/src/bin/scripts/droplang.c
+++ b/src/bin/scripts/droplang.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/droplang.c,v 1.5 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.6 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/dropuser.c b/src/bin/scripts/dropuser.c
index 06472a800d..b5b5439f8a 100644
--- a/src/bin/scripts/dropuser.c
+++ b/src/bin/scripts/dropuser.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/dropuser.c,v 1.5 2003/07/23 08:47:41 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/dropuser.c,v 1.6 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/scripts/nls.mk b/src/bin/scripts/nls.mk
index 6d60d3d70b..d7a8bc3a46 100644
--- a/src/bin/scripts/nls.mk
+++ b/src/bin/scripts/nls.mk
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/bin/scripts/nls.mk,v 1.11 2003/10/08 20:35:39 petere Exp $
+# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.12 2003/11/29 19:52:07 pgsql Exp $
CATALOG_NAME := pgscripts
AVAIL_LANGUAGES := cs de es it pt_BR ru sl sv zh_CN
GETTEXT_FILES := createdb.c createlang.c createuser.c \
diff --git a/src/bin/scripts/po/de.po b/src/bin/scripts/po/de.po
index 32db3d5b5d..11401bb494 100644
--- a/src/bin/scripts/po/de.po
+++ b/src/bin/scripts/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for "scripts".
# Peter Eisentraut <peter_e@gmx.net>, 2003.
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/po/de.po,v 1.1 2003/07/23 08:49:30 petere Exp $
+# $PostgreSQL: pgsql/src/bin/scripts/po/de.po,v 1.2 2003/11/29 19:52:08 pgsql Exp $
#
# Use these quotes: »%s«
#
diff --git a/src/bin/scripts/po/ru.po b/src/bin/scripts/po/ru.po
index 6882cc3a62..61c90061d9 100644
--- a/src/bin/scripts/po/ru.po
+++ b/src/bin/scripts/po/ru.po
@@ -1,6 +1,6 @@
# PGSCRIPTS Translated Messages into the Russian Language (KOI8-R)
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/po/Attic/ru.po,v 1.3 2003/08/25 21:29:53 petere Exp $
+# $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.4 2003/11/29 19:52:08 pgsql Exp $
#
# To the new translator:
# PG Russian Translation Discussion Group: <http://groups.yahoo.com/group/pgsql-rus/>
diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c
index 2d17be40d1..eaac650ee0 100644
--- a/src/bin/scripts/vacuumdb.c
+++ b/src/bin/scripts/vacuumdb.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/bin/scripts/vacuumdb.c,v 1.3 2003/08/04 00:43:29 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.4 2003/11/29 19:52:07 pgsql Exp $
*
*-------------------------------------------------------------------------
*/