summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-13 04:24:29 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-13 04:24:29 +0000
commit33e2e024938578598625ad14034432378db88af1 (patch)
tree2ab36251bcd5da53a4f043bf80a71d8ed78d8288
parent1afbbcac203a255f280cc2c6977017de30bd15d7 (diff)
downloadpostgresql-33e2e024938578598625ad14034432378db88af1.tar.gz
Add CVS version labels to all install/uninstall scripts.
-rw-r--r--contrib/adminpack/adminpack.sql.in2
-rw-r--r--contrib/adminpack/uninstall_adminpack.sql2
-rw-r--r--contrib/btree_gist/btree_gist.sql.in2
-rw-r--r--contrib/btree_gist/uninstall_btree_gist.sql2
-rw-r--r--contrib/chkpass/chkpass.sql.in2
-rw-r--r--contrib/chkpass/uninstall_chkpass.sql2
-rw-r--r--contrib/cube/cube.sql.in2
-rw-r--r--contrib/cube/uninstall_cube.sql2
-rw-r--r--contrib/dblink/dblink.sql.in2
-rw-r--r--contrib/dblink/uninstall_dblink.sql2
-rw-r--r--contrib/dict_int/dict_int.sql.in2
-rw-r--r--contrib/dict_int/uninstall_dict_int.sql2
-rw-r--r--contrib/dict_xsyn/dict_xsyn.sql.in2
-rw-r--r--contrib/dict_xsyn/uninstall_dict_xsyn.sql2
-rw-r--r--contrib/earthdistance/earthdistance.sql.in2
-rw-r--r--contrib/earthdistance/uninstall_earthdistance.sql2
-rw-r--r--contrib/fuzzystrmatch/fuzzystrmatch.sql.in2
-rw-r--r--contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql2
-rw-r--r--contrib/hstore/hstore.sql.in2
-rw-r--r--contrib/hstore/uninstall_hstore.sql2
-rw-r--r--contrib/intagg/int_aggregate.sql.in2
-rw-r--r--contrib/intagg/uninstall_int_aggregate.sql2
-rw-r--r--contrib/intarray/_int.sql.in2
-rw-r--r--contrib/intarray/uninstall__int.sql2
-rw-r--r--contrib/isn/isn.sql.in2
-rw-r--r--contrib/isn/uninstall_isn.sql2
-rw-r--r--contrib/lo/lo.sql.in2
-rw-r--r--contrib/lo/lo_test.sql2
-rw-r--r--contrib/lo/uninstall_lo.sql2
-rw-r--r--contrib/ltree/ltree.sql.in2
-rw-r--r--contrib/ltree/ltreetest.sql2
-rw-r--r--contrib/ltree/uninstall_ltree.sql2
-rw-r--r--contrib/pageinspect/pageinspect.sql.in2
-rw-r--r--contrib/pageinspect/uninstall_pageinspect.sql2
-rw-r--r--contrib/pg_buffercache/pg_buffercache.sql.in2
-rw-r--r--contrib/pg_buffercache/uninstall_pg_buffercache.sql2
-rw-r--r--contrib/pg_freespacemap/pg_freespacemap.sql.in2
-rw-r--r--contrib/pg_freespacemap/uninstall_pg_freespacemap.sql2
-rw-r--r--contrib/pg_trgm/expected/pg_trgm.out4
-rw-r--r--contrib/pg_trgm/pg_trgm.sql.in2
-rw-r--r--contrib/pg_trgm/uninstall_pg_trgm.sql2
-rw-r--r--contrib/pgcrypto/pgcrypto.sql.in2
-rw-r--r--contrib/pgcrypto/uninstall_pgcrypto.sql2
-rw-r--r--contrib/pgrowlocks/pgrowlocks.sql.in2
-rw-r--r--contrib/pgrowlocks/uninstall_pgrowlocks.sql2
-rw-r--r--contrib/pgstattuple/pgstattuple.sql.in2
-rw-r--r--contrib/pgstattuple/uninstall_pgstattuple.sql2
-rw-r--r--contrib/seg/seg.sql.in2
-rw-r--r--contrib/seg/uninstall_seg.sql2
-rw-r--r--contrib/spi/autoinc.sql.in2
-rw-r--r--contrib/spi/insert_username.sql.in2
-rw-r--r--contrib/spi/moddatetime.sql.in2
-rw-r--r--contrib/spi/refint.sql.in2
-rw-r--r--contrib/spi/timetravel.sql.in2
-rw-r--r--contrib/sslinfo/sslinfo.sql.in2
-rw-r--r--contrib/sslinfo/uninstall_sslinfo.sql2
-rw-r--r--contrib/tablefunc/tablefunc.sql.in2
-rw-r--r--contrib/tablefunc/uninstall_tablefunc.sql2
-rw-r--r--contrib/test_parser/test_parser.sql.in2
-rw-r--r--contrib/test_parser/uninstall_test_parser.sql2
-rw-r--r--contrib/tsearch2/tsearch.sql.in2
-rw-r--r--contrib/tsearch2/untsearch.sql.in2
-rw-r--r--contrib/uuid-ossp/uninstall_uuid-ossp.sql2
-rw-r--r--contrib/uuid-ossp/uuid-ossp.sql.in2
-rw-r--r--contrib/xml2/pgxml.sql.in2
-rw-r--r--contrib/xml2/uninstall_pgxml.sql2
66 files changed, 132 insertions, 2 deletions
diff --git a/contrib/adminpack/adminpack.sql.in b/contrib/adminpack/adminpack.sql.in
index 9f6a915388..de29bacd51 100644
--- a/contrib/adminpack/adminpack.sql.in
+++ b/contrib/adminpack/adminpack.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/adminpack/adminpack.sql.in,v 1.6 2007/11/13 04:24:27 momjian Exp $ */
+
/* ***********************************************
* Administrative functions for PostgreSQL
* *********************************************** */
diff --git a/contrib/adminpack/uninstall_adminpack.sql b/contrib/adminpack/uninstall_adminpack.sql
index b748cbbf63..893f081461 100644
--- a/contrib/adminpack/uninstall_adminpack.sql
+++ b/contrib/adminpack/uninstall_adminpack.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/adminpack/uninstall_adminpack.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
+
DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
DROP FUNCTION pg_catalog.pg_file_rename(text, text) ;
diff --git a/contrib/btree_gist/btree_gist.sql.in b/contrib/btree_gist/btree_gist.sql.in
index 2a463f1058..0dc7cb9329 100644
--- a/contrib/btree_gist/btree_gist.sql.in
+++ b/contrib/btree_gist/btree_gist.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.sql.in,v 1.19 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/btree_gist/uninstall_btree_gist.sql b/contrib/btree_gist/uninstall_btree_gist.sql
index abc811ea6f..aee0edd402 100644
--- a/contrib/btree_gist/uninstall_btree_gist.sql
+++ b/contrib/btree_gist/uninstall_btree_gist.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/btree_gist/uninstall_btree_gist.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/chkpass/chkpass.sql.in b/contrib/chkpass/chkpass.sql.in
index 44e00fcf7f..93dbade064 100644
--- a/contrib/chkpass/chkpass.sql.in
+++ b/contrib/chkpass/chkpass.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.9 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/chkpass/uninstall_chkpass.sql b/contrib/chkpass/uninstall_chkpass.sql
index 3f8cbb0c2c..386fc95c5f 100644
--- a/contrib/chkpass/uninstall_chkpass.sql
+++ b/contrib/chkpass/uninstall_chkpass.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/chkpass/uninstall_chkpass.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/cube/cube.sql.in b/contrib/cube/cube.sql.in
index 2e9469d58c..7756e16de2 100644
--- a/contrib/cube/cube.sql.in
+++ b/contrib/cube/cube.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/cube/cube.sql.in,v 1.23 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/cube/uninstall_cube.sql b/contrib/cube/uninstall_cube.sql
index 95c9d13004..fa78a061f5 100644
--- a/contrib/cube/uninstall_cube.sql
+++ b/contrib/cube/uninstall_cube.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/cube/uninstall_cube.sql,v 1.7 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/dblink/dblink.sql.in b/contrib/dblink/dblink.sql.in
index c55b774927..ee7e385b75 100644
--- a/contrib/dblink/dblink.sql.in
+++ b/contrib/dblink/dblink.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dblink/dblink.sql.in,v 1.14 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/dblink/uninstall_dblink.sql b/contrib/dblink/uninstall_dblink.sql
index ede9428a62..da5116e7f1 100644
--- a/contrib/dblink/uninstall_dblink.sql
+++ b/contrib/dblink/uninstall_dblink.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/dict_int/dict_int.sql.in b/contrib/dict_int/dict_int.sql.in
index 6fe3d539d6..5245349ae1 100644
--- a/contrib/dict_int/dict_int.sql.in
+++ b/contrib/dict_int/dict_int.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dict_int/dict_int.sql.in,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/dict_int/uninstall_dict_int.sql b/contrib/dict_int/uninstall_dict_int.sql
index 42245e7041..d94343fd36 100644
--- a/contrib/dict_int/uninstall_dict_int.sql
+++ b/contrib/dict_int/uninstall_dict_int.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dict_int/uninstall_dict_int.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/dict_xsyn/dict_xsyn.sql.in b/contrib/dict_xsyn/dict_xsyn.sql.in
index bae5224a24..ac014a757d 100644
--- a/contrib/dict_xsyn/dict_xsyn.sql.in
+++ b/contrib/dict_xsyn/dict_xsyn.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dict_xsyn/dict_xsyn.sql.in,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/dict_xsyn/uninstall_dict_xsyn.sql b/contrib/dict_xsyn/uninstall_dict_xsyn.sql
index 45c28e820a..844d2e9997 100644
--- a/contrib/dict_xsyn/uninstall_dict_xsyn.sql
+++ b/contrib/dict_xsyn/uninstall_dict_xsyn.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dict_xsyn/uninstall_dict_xsyn.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/earthdistance/earthdistance.sql.in b/contrib/earthdistance/earthdistance.sql.in
index a7535f5d49..2b8041b131 100644
--- a/contrib/earthdistance/earthdistance.sql.in
+++ b/contrib/earthdistance/earthdistance.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/earthdistance/earthdistance.sql.in,v 1.11 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/earthdistance/uninstall_earthdistance.sql b/contrib/earthdistance/uninstall_earthdistance.sql
index dcad30ca57..dfad24aa4f 100644
--- a/contrib/earthdistance/uninstall_earthdistance.sql
+++ b/contrib/earthdistance/uninstall_earthdistance.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/earthdistance/uninstall_earthdistance.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.sql.in b/contrib/fuzzystrmatch/fuzzystrmatch.sql.in
index 5160b9d7d5..c4b678f90f 100644
--- a/contrib/fuzzystrmatch/fuzzystrmatch.sql.in
+++ b/contrib/fuzzystrmatch/fuzzystrmatch.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.sql.in,v 1.9 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql b/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
index c2cfd815fc..212e7b7283 100644
--- a/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
+++ b/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/hstore/hstore.sql.in b/contrib/hstore/hstore.sql.in
index 82cfebe1d0..fb39967866 100644
--- a/contrib/hstore/hstore.sql.in
+++ b/contrib/hstore/hstore.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/hstore/hstore.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/hstore/uninstall_hstore.sql b/contrib/hstore/uninstall_hstore.sql
index b9b14935b4..d9e08927a5 100644
--- a/contrib/hstore/uninstall_hstore.sql
+++ b/contrib/hstore/uninstall_hstore.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/hstore/uninstall_hstore.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/intagg/int_aggregate.sql.in b/contrib/intagg/int_aggregate.sql.in
index cc1cd92727..4857752f79 100644
--- a/contrib/intagg/int_aggregate.sql.in
+++ b/contrib/intagg/int_aggregate.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/intagg/int_aggregate.sql.in,v 1.9 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/intagg/uninstall_int_aggregate.sql b/contrib/intagg/uninstall_int_aggregate.sql
index 0cea499abc..188e32c660 100644
--- a/contrib/intagg/uninstall_int_aggregate.sql
+++ b/contrib/intagg/uninstall_int_aggregate.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/intagg/uninstall_int_aggregate.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/intarray/_int.sql.in b/contrib/intarray/_int.sql.in
index 811e776cfa..9753f14fbf 100644
--- a/contrib/intarray/_int.sql.in
+++ b/contrib/intarray/_int.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/intarray/_int.sql.in,v 1.27 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/intarray/uninstall__int.sql b/contrib/intarray/uninstall__int.sql
index 34b47a0148..9ef269ec21 100644
--- a/contrib/intarray/uninstall__int.sql
+++ b/contrib/intarray/uninstall__int.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/intarray/uninstall__int.sql,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/isn/isn.sql.in b/contrib/isn/isn.sql.in
index 1637e2228a..48f14134af 100644
--- a/contrib/isn/isn.sql.in
+++ b/contrib/isn/isn.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/isn/uninstall_isn.sql b/contrib/isn/uninstall_isn.sql
index 973e214d0a..172730ac96 100644
--- a/contrib/isn/uninstall_isn.sql
+++ b/contrib/isn/uninstall_isn.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/isn/uninstall_isn.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/lo/lo.sql.in b/contrib/lo/lo.sql.in
index 73e2b3d3c6..6dcf6659c5 100644
--- a/contrib/lo/lo.sql.in
+++ b/contrib/lo/lo.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/lo/lo_test.sql b/contrib/lo/lo_test.sql
index 454c60f3bb..e22a8889b3 100644
--- a/contrib/lo/lo_test.sql
+++ b/contrib/lo/lo_test.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/lo/lo_test.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/lo/uninstall_lo.sql b/contrib/lo/uninstall_lo.sql
index 7c4059ae3a..7cbc796a3d 100644
--- a/contrib/lo/uninstall_lo.sql
+++ b/contrib/lo/uninstall_lo.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/lo/uninstall_lo.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/ltree/ltree.sql.in b/contrib/ltree/ltree.sql.in
index 58212d0a0b..1d7c288fc7 100644
--- a/contrib/ltree/ltree.sql.in
+++ b/contrib/ltree/ltree.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/ltree/ltree.sql.in,v 1.16 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/ltree/ltreetest.sql b/contrib/ltree/ltreetest.sql
index 4df3eae9f9..8621188b7f 100644
--- a/contrib/ltree/ltreetest.sql
+++ b/contrib/ltree/ltreetest.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/ltree/ltreetest.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/ltree/uninstall_ltree.sql b/contrib/ltree/uninstall_ltree.sql
index 4f774329af..4d976839a4 100644
--- a/contrib/ltree/uninstall_ltree.sql
+++ b/contrib/ltree/uninstall_ltree.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/ltree/uninstall_ltree.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pageinspect/pageinspect.sql.in b/contrib/pageinspect/pageinspect.sql.in
index 4821f8c3a3..1af59f70f4 100644
--- a/contrib/pageinspect/pageinspect.sql.in
+++ b/contrib/pageinspect/pageinspect.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pageinspect/pageinspect.sql.in,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pageinspect/uninstall_pageinspect.sql b/contrib/pageinspect/uninstall_pageinspect.sql
index ceb8e84578..161393d5a9 100644
--- a/contrib/pageinspect/uninstall_pageinspect.sql
+++ b/contrib/pageinspect/uninstall_pageinspect.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pageinspect/uninstall_pageinspect.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pg_buffercache/pg_buffercache.sql.in b/contrib/pg_buffercache/pg_buffercache.sql.in
index 6ee320767a..e1d86cc43b 100644
--- a/contrib/pg_buffercache/pg_buffercache.sql.in
+++ b/contrib/pg_buffercache/pg_buffercache.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pg_buffercache/uninstall_pg_buffercache.sql b/contrib/pg_buffercache/uninstall_pg_buffercache.sql
index 601e8878bf..19dc9301ca 100644
--- a/contrib/pg_buffercache/uninstall_pg_buffercache.sql
+++ b/contrib/pg_buffercache/uninstall_pg_buffercache.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_buffercache/uninstall_pg_buffercache.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pg_freespacemap/pg_freespacemap.sql.in b/contrib/pg_freespacemap/pg_freespacemap.sql.in
index 36e8e93f8c..e950d9a112 100644
--- a/contrib/pg_freespacemap/pg_freespacemap.sql.in
+++ b/contrib/pg_freespacemap/pg_freespacemap.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql b/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
index 70b65098f6..9000bc8352 100644
--- a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
+++ b/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pg_trgm/expected/pg_trgm.out b/contrib/pg_trgm/expected/pg_trgm.out
index 963672ca77..3633b25ebc 100644
--- a/contrib/pg_trgm/expected/pg_trgm.out
+++ b/contrib/pg_trgm/expected/pg_trgm.out
@@ -1,7 +1,7 @@
\set ECHO none
-psql:pg_trgm.sql:42: NOTICE: type "gtrgm" is not yet defined
+psql:pg_trgm.sql:44: NOTICE: type "gtrgm" is not yet defined
DETAIL: Creating a shell type definition.
-psql:pg_trgm.sql:47: NOTICE: argument type gtrgm is only a shell
+psql:pg_trgm.sql:49: NOTICE: argument type gtrgm is only a shell
select show_trgm('');
show_trgm
-----------
diff --git a/contrib/pg_trgm/pg_trgm.sql.in b/contrib/pg_trgm/pg_trgm.sql.in
index f876dac87f..ab6c62d373 100644
--- a/contrib/pg_trgm/pg_trgm.sql.in
+++ b/contrib/pg_trgm/pg_trgm.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_trgm/pg_trgm.sql.in,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pg_trgm/uninstall_pg_trgm.sql b/contrib/pg_trgm/uninstall_pg_trgm.sql
index f8cbe9ced4..907b884b4e 100644
--- a/contrib/pg_trgm/uninstall_pg_trgm.sql
+++ b/contrib/pg_trgm/uninstall_pg_trgm.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pg_trgm/uninstall_pg_trgm.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pgcrypto/pgcrypto.sql.in b/contrib/pgcrypto/pgcrypto.sql.in
index a33e69de2f..8388e8620e 100644
--- a/contrib/pgcrypto/pgcrypto.sql.in
+++ b/contrib/pgcrypto/pgcrypto.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pgcrypto/uninstall_pgcrypto.sql b/contrib/pgcrypto/uninstall_pgcrypto.sql
index d7146d7b17..a2891f6882 100644
--- a/contrib/pgcrypto/uninstall_pgcrypto.sql
+++ b/contrib/pgcrypto/uninstall_pgcrypto.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pgcrypto/uninstall_pgcrypto.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pgrowlocks/pgrowlocks.sql.in b/contrib/pgrowlocks/pgrowlocks.sql.in
index 0370831e66..405d1cb0d0 100644
--- a/contrib/pgrowlocks/pgrowlocks.sql.in
+++ b/contrib/pgrowlocks/pgrowlocks.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pgrowlocks/pgrowlocks.sql.in,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pgrowlocks/uninstall_pgrowlocks.sql b/contrib/pgrowlocks/uninstall_pgrowlocks.sql
index d2b2e5cc18..6bfae44f33 100644
--- a/contrib/pgrowlocks/uninstall_pgrowlocks.sql
+++ b/contrib/pgrowlocks/uninstall_pgrowlocks.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pgrowlocks/uninstall_pgrowlocks.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/pgstattuple/pgstattuple.sql.in b/contrib/pgstattuple/pgstattuple.sql.in
index ec8f8b1bbe..702e3fd203 100644
--- a/contrib/pgstattuple/pgstattuple.sql.in
+++ b/contrib/pgstattuple/pgstattuple.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/pgstattuple/uninstall_pgstattuple.sql b/contrib/pgstattuple/uninstall_pgstattuple.sql
index 43b8910c77..ae0ae90295 100644
--- a/contrib/pgstattuple/uninstall_pgstattuple.sql
+++ b/contrib/pgstattuple/uninstall_pgstattuple.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/pgstattuple/uninstall_pgstattuple.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/seg/seg.sql.in b/contrib/seg/seg.sql.in
index 4f42d1464c..7a8b9dc9c7 100644
--- a/contrib/seg/seg.sql.in
+++ b/contrib/seg/seg.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/seg/seg.sql.in,v 1.16 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/seg/uninstall_seg.sql b/contrib/seg/uninstall_seg.sql
index 58b45d87fc..5237ff81cb 100644
--- a/contrib/seg/uninstall_seg.sql
+++ b/contrib/seg/uninstall_seg.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/spi/autoinc.sql.in b/contrib/spi/autoinc.sql.in
index a5d06240cc..5daed21140 100644
--- a/contrib/spi/autoinc.sql.in
+++ b/contrib/spi/autoinc.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/spi/autoinc.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/spi/insert_username.sql.in b/contrib/spi/insert_username.sql.in
index 7951188d4a..4d73d9b546 100644
--- a/contrib/spi/insert_username.sql.in
+++ b/contrib/spi/insert_username.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/spi/insert_username.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/spi/moddatetime.sql.in b/contrib/spi/moddatetime.sql.in
index d019cf2c9b..793c703ac0 100644
--- a/contrib/spi/moddatetime.sql.in
+++ b/contrib/spi/moddatetime.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/spi/moddatetime.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/spi/refint.sql.in b/contrib/spi/refint.sql.in
index 661f1836e4..08ee7f98cf 100644
--- a/contrib/spi/refint.sql.in
+++ b/contrib/spi/refint.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/spi/refint.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/spi/timetravel.sql.in b/contrib/spi/timetravel.sql.in
index af17323f05..a78b1d52cf 100644
--- a/contrib/spi/timetravel.sql.in
+++ b/contrib/spi/timetravel.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/spi/timetravel.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/sslinfo/sslinfo.sql.in b/contrib/sslinfo/sslinfo.sql.in
index ca2c52b8cd..53c30afd36 100644
--- a/contrib/sslinfo/sslinfo.sql.in
+++ b/contrib/sslinfo/sslinfo.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/sslinfo/sslinfo.sql.in,v 1.4 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/sslinfo/uninstall_sslinfo.sql b/contrib/sslinfo/uninstall_sslinfo.sql
index 6b1b544955..1bc98df050 100644
--- a/contrib/sslinfo/uninstall_sslinfo.sql
+++ b/contrib/sslinfo/uninstall_sslinfo.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/sslinfo/uninstall_sslinfo.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/tablefunc/tablefunc.sql.in b/contrib/tablefunc/tablefunc.sql.in
index 416e23ccc7..f4864c4558 100644
--- a/contrib/tablefunc/tablefunc.sql.in
+++ b/contrib/tablefunc/tablefunc.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.sql.in,v 1.12 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/tablefunc/uninstall_tablefunc.sql b/contrib/tablefunc/uninstall_tablefunc.sql
index 301cc5f58e..cb58df89bb 100644
--- a/contrib/tablefunc/uninstall_tablefunc.sql
+++ b/contrib/tablefunc/uninstall_tablefunc.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/tablefunc/uninstall_tablefunc.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/test_parser/test_parser.sql.in b/contrib/test_parser/test_parser.sql.in
index 048f934078..4fd9b0796e 100644
--- a/contrib/test_parser/test_parser.sql.in
+++ b/contrib/test_parser/test_parser.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/test_parser/test_parser.sql.in,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/test_parser/uninstall_test_parser.sql b/contrib/test_parser/uninstall_test_parser.sql
index 85f64146dd..66686d2004 100644
--- a/contrib/test_parser/uninstall_test_parser.sql
+++ b/contrib/test_parser/uninstall_test_parser.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/test_parser/uninstall_test_parser.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/tsearch2/tsearch.sql.in b/contrib/tsearch2/tsearch.sql.in
index 89e049e317..c4b5cbc5f1 100644
--- a/contrib/tsearch2/tsearch.sql.in
+++ b/contrib/tsearch2/tsearch.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/tsearch2/tsearch.sql.in,v 1.22 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get CREATEd.
SET search_path = public;
diff --git a/contrib/tsearch2/untsearch.sql.in b/contrib/tsearch2/untsearch.sql.in
index 0b6f761351..c6a69e019c 100644
--- a/contrib/tsearch2/untsearch.sql.in
+++ b/contrib/tsearch2/untsearch.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/tsearch2/untsearch.sql.in,v 1.10 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/uuid-ossp/uninstall_uuid-ossp.sql b/contrib/uuid-ossp/uninstall_uuid-ossp.sql
index 71611e11ed..75c9f3678f 100644
--- a/contrib/uuid-ossp/uninstall_uuid-ossp.sql
+++ b/contrib/uuid-ossp/uninstall_uuid-ossp.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/uuid-ossp/uninstall_uuid-ossp.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
diff --git a/contrib/uuid-ossp/uuid-ossp.sql.in b/contrib/uuid-ossp/uuid-ossp.sql.in
index edd62f2213..e59882f456 100644
--- a/contrib/uuid-ossp/uuid-ossp.sql.in
+++ b/contrib/uuid-ossp/uuid-ossp.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.sql.in,v 1.6 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in
index aa76430b41..09957d6ce0 100644
--- a/contrib/xml2/pgxml.sql.in
+++ b/contrib/xml2/pgxml.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/xml2/pgxml.sql.in,v 1.11 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get created.
SET search_path = public;
diff --git a/contrib/xml2/uninstall_pgxml.sql b/contrib/xml2/uninstall_pgxml.sql
index 7081ae383f..09441ef01f 100644
--- a/contrib/xml2/uninstall_pgxml.sql
+++ b/contrib/xml2/uninstall_pgxml.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/xml2/uninstall_pgxml.sql,v 1.4 2007/11/13 04:24:29 momjian Exp $ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;