summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-11-13 04:24:29 +0000
committerBruce Momjian2007-11-13 04:24:29 +0000
commit9a8a817bdd046ff084de21b7218e044af1596ecf (patch)
treef70bf4bae0ed5aa1414b9d4d77dfca5b0a24068f
parente47736d0e42ceefddad73f20ed17b5994f738fa7 (diff)
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..2270aa7550 100644
--- a/contrib/adminpack/adminpack.sql.in
+++ b/contrib/adminpack/adminpack.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
/* ***********************************************
* Administrative functions for PostgreSQL
* *********************************************** */
diff --git a/contrib/adminpack/uninstall_adminpack.sql b/contrib/adminpack/uninstall_adminpack.sql
index b748cbbf63..ac45b69efd 100644
--- a/contrib/adminpack/uninstall_adminpack.sql
+++ b/contrib/adminpack/uninstall_adminpack.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
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..d736b476c3 100644
--- a/contrib/btree_gist/btree_gist.sql.in
+++ b/contrib/btree_gist/btree_gist.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..b63c021ce3 100644
--- a/contrib/btree_gist/uninstall_btree_gist.sql
+++ b/contrib/btree_gist/uninstall_btree_gist.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..80466f67b9 100644
--- a/contrib/chkpass/chkpass.sql.in
+++ b/contrib/chkpass/chkpass.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..90c17f18c4 100644
--- a/contrib/chkpass/uninstall_chkpass.sql
+++ b/contrib/chkpass/uninstall_chkpass.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..09ddad4669 100644
--- a/contrib/cube/cube.sql.in
+++ b/contrib/cube/cube.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..a6f7573f45 100644
--- a/contrib/cube/uninstall_cube.sql
+++ b/contrib/cube/uninstall_cube.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..c72a87e458 100644
--- a/contrib/dblink/dblink.sql.in
+++ b/contrib/dblink/dblink.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..fa16e3dbd6 100644
--- a/contrib/dblink/uninstall_dblink.sql
+++ b/contrib/dblink/uninstall_dblink.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..f91fb847be 100644
--- a/contrib/dict_int/dict_int.sql.in
+++ b/contrib/dict_int/dict_int.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..7d9b62ea9a 100644
--- a/contrib/dict_int/uninstall_dict_int.sql
+++ b/contrib/dict_int/uninstall_dict_int.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..214be1596e 100644
--- a/contrib/dict_xsyn/dict_xsyn.sql.in
+++ b/contrib/dict_xsyn/dict_xsyn.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..8f2c11fd50 100644
--- a/contrib/dict_xsyn/uninstall_dict_xsyn.sql
+++ b/contrib/dict_xsyn/uninstall_dict_xsyn.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..ff89f536a4 100644
--- a/contrib/earthdistance/earthdistance.sql.in
+++ b/contrib/earthdistance/earthdistance.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..2250bded03 100644
--- a/contrib/earthdistance/uninstall_earthdistance.sql
+++ b/contrib/earthdistance/uninstall_earthdistance.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..c149161684 100644
--- a/contrib/fuzzystrmatch/fuzzystrmatch.sql.in
+++ b/contrib/fuzzystrmatch/fuzzystrmatch.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..9e40327093 100644
--- a/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
+++ b/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..9ce52f119d 100644
--- a/contrib/hstore/hstore.sql.in
+++ b/contrib/hstore/hstore.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..78a8314337 100644
--- a/contrib/hstore/uninstall_hstore.sql
+++ b/contrib/hstore/uninstall_hstore.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..30c701a64d 100644
--- a/contrib/intagg/int_aggregate.sql.in
+++ b/contrib/intagg/int_aggregate.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..c30142c9f0 100644
--- a/contrib/intagg/uninstall_int_aggregate.sql
+++ b/contrib/intagg/uninstall_int_aggregate.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..2ef8c6a534 100644
--- a/contrib/intarray/_int.sql.in
+++ b/contrib/intarray/_int.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..84a1389bcf 100644
--- a/contrib/intarray/uninstall__int.sql
+++ b/contrib/intarray/uninstall__int.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..1af29a45b3 100644
--- a/contrib/isn/isn.sql.in
+++ b/contrib/isn/isn.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..cee9522c33 100644
--- a/contrib/isn/uninstall_isn.sql
+++ b/contrib/isn/uninstall_isn.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..c35cd998bc 100644
--- a/contrib/lo/lo.sql.in
+++ b/contrib/lo/lo.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..aac0e9909a 100644
--- a/contrib/lo/lo_test.sql
+++ b/contrib/lo/lo_test.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..92416bd04f 100644
--- a/contrib/lo/uninstall_lo.sql
+++ b/contrib/lo/uninstall_lo.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..f6c9a03b20 100644
--- a/contrib/ltree/ltree.sql.in
+++ b/contrib/ltree/ltree.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..dadf912abf 100644
--- a/contrib/ltree/ltreetest.sql
+++ b/contrib/ltree/ltreetest.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..8f80f3d7d1 100644
--- a/contrib/ltree/uninstall_ltree.sql
+++ b/contrib/ltree/uninstall_ltree.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..a717e72613 100644
--- a/contrib/pageinspect/pageinspect.sql.in
+++ b/contrib/pageinspect/pageinspect.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..f92b20ebe6 100644
--- a/contrib/pageinspect/uninstall_pageinspect.sql
+++ b/contrib/pageinspect/uninstall_pageinspect.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..fdc2050cbd 100644
--- a/contrib/pg_buffercache/pg_buffercache.sql.in
+++ b/contrib/pg_buffercache/pg_buffercache.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..8926c9887c 100644
--- a/contrib/pg_buffercache/uninstall_pg_buffercache.sql
+++ b/contrib/pg_buffercache/uninstall_pg_buffercache.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..977ab73a4e 100644
--- a/contrib/pg_freespacemap/pg_freespacemap.sql.in
+++ b/contrib/pg_freespacemap/pg_freespacemap.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..35dc02695c 100644
--- a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
+++ b/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..ed990825b9 100644
--- a/contrib/pg_trgm/pg_trgm.sql.in
+++ b/contrib/pg_trgm/pg_trgm.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..24bb8b60f5 100644
--- a/contrib/pg_trgm/uninstall_pg_trgm.sql
+++ b/contrib/pg_trgm/uninstall_pg_trgm.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..10ff0d9ed9 100644
--- a/contrib/pgcrypto/pgcrypto.sql.in
+++ b/contrib/pgcrypto/pgcrypto.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..1787f57daa 100644
--- a/contrib/pgcrypto/uninstall_pgcrypto.sql
+++ b/contrib/pgcrypto/uninstall_pgcrypto.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..8603e24c84 100644
--- a/contrib/pgrowlocks/pgrowlocks.sql.in
+++ b/contrib/pgrowlocks/pgrowlocks.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..8bc59e41ca 100644
--- a/contrib/pgrowlocks/uninstall_pgrowlocks.sql
+++ b/contrib/pgrowlocks/uninstall_pgrowlocks.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..025d9f61d1 100644
--- a/contrib/pgstattuple/pgstattuple.sql.in
+++ b/contrib/pgstattuple/pgstattuple.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..b50fe97ae9 100644
--- a/contrib/pgstattuple/uninstall_pgstattuple.sql
+++ b/contrib/pgstattuple/uninstall_pgstattuple.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..9e03bc426e 100644
--- a/contrib/seg/seg.sql.in
+++ b/contrib/seg/seg.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..161300943a 100644
--- a/contrib/seg/uninstall_seg.sql
+++ b/contrib/seg/uninstall_seg.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..fe0751d0fe 100644
--- a/contrib/spi/autoinc.sql.in
+++ b/contrib/spi/autoinc.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..7ffee1e9a7 100644
--- a/contrib/spi/insert_username.sql.in
+++ b/contrib/spi/insert_username.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..1f62808791 100644
--- a/contrib/spi/moddatetime.sql.in
+++ b/contrib/spi/moddatetime.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..1476b57c20 100644
--- a/contrib/spi/refint.sql.in
+++ b/contrib/spi/refint.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..6f7e5479b0 100644
--- a/contrib/spi/timetravel.sql.in
+++ b/contrib/spi/timetravel.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..705fd7451e 100644
--- a/contrib/sslinfo/sslinfo.sql.in
+++ b/contrib/sslinfo/sslinfo.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..5d2d9b3479 100644
--- a/contrib/sslinfo/uninstall_sslinfo.sql
+++ b/contrib/sslinfo/uninstall_sslinfo.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..0b49649c31 100644
--- a/contrib/tablefunc/tablefunc.sql.in
+++ b/contrib/tablefunc/tablefunc.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..900e12aca9 100644
--- a/contrib/tablefunc/uninstall_tablefunc.sql
+++ b/contrib/tablefunc/uninstall_tablefunc.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..794b96492c 100644
--- a/contrib/test_parser/test_parser.sql.in
+++ b/contrib/test_parser/test_parser.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..9b4f2e6116 100644
--- a/contrib/test_parser/uninstall_test_parser.sql
+++ b/contrib/test_parser/uninstall_test_parser.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..2b605468e3 100644
--- a/contrib/tsearch2/tsearch.sql.in
+++ b/contrib/tsearch2/tsearch.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..3d5398350a 100644
--- a/contrib/tsearch2/untsearch.sql.in
+++ b/contrib/tsearch2/untsearch.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..b78fe076c6 100644
--- a/contrib/uuid-ossp/uninstall_uuid-ossp.sql
+++ b/contrib/uuid-ossp/uninstall_uuid-ossp.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..23202801a8 100644
--- a/contrib/uuid-ossp/uuid-ossp.sql.in
+++ b/contrib/uuid-ossp/uuid-ossp.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..139ca14d48 100644
--- a/contrib/xml2/pgxml.sql.in
+++ b/contrib/xml2/pgxml.sql.in
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- 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..ec676dc692 100644
--- a/contrib/xml2/uninstall_pgxml.sql
+++ b/contrib/xml2/uninstall_pgxml.sql
@@ -1,3 +1,5 @@
+/* $PostgreSQL$ */
+
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;