]> granicus.if.org Git - postgresql/commitdiff
Add CVS version labels to all install/uninstall scripts.
authorBruce Momjian <bruce@momjian.us>
Tue, 13 Nov 2007 04:24:29 +0000 (04:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 13 Nov 2007 04:24:29 +0000 (04:24 +0000)
66 files changed:
contrib/adminpack/adminpack.sql.in
contrib/adminpack/uninstall_adminpack.sql
contrib/btree_gist/btree_gist.sql.in
contrib/btree_gist/uninstall_btree_gist.sql
contrib/chkpass/chkpass.sql.in
contrib/chkpass/uninstall_chkpass.sql
contrib/cube/cube.sql.in
contrib/cube/uninstall_cube.sql
contrib/dblink/dblink.sql.in
contrib/dblink/uninstall_dblink.sql
contrib/dict_int/dict_int.sql.in
contrib/dict_int/uninstall_dict_int.sql
contrib/dict_xsyn/dict_xsyn.sql.in
contrib/dict_xsyn/uninstall_dict_xsyn.sql
contrib/earthdistance/earthdistance.sql.in
contrib/earthdistance/uninstall_earthdistance.sql
contrib/fuzzystrmatch/fuzzystrmatch.sql.in
contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
contrib/hstore/hstore.sql.in
contrib/hstore/uninstall_hstore.sql
contrib/intagg/int_aggregate.sql.in
contrib/intagg/uninstall_int_aggregate.sql
contrib/intarray/_int.sql.in
contrib/intarray/uninstall__int.sql
contrib/isn/isn.sql.in
contrib/isn/uninstall_isn.sql
contrib/lo/lo.sql.in
contrib/lo/lo_test.sql
contrib/lo/uninstall_lo.sql
contrib/ltree/ltree.sql.in
contrib/ltree/ltreetest.sql
contrib/ltree/uninstall_ltree.sql
contrib/pageinspect/pageinspect.sql.in
contrib/pageinspect/uninstall_pageinspect.sql
contrib/pg_buffercache/pg_buffercache.sql.in
contrib/pg_buffercache/uninstall_pg_buffercache.sql
contrib/pg_freespacemap/pg_freespacemap.sql.in
contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
contrib/pg_trgm/expected/pg_trgm.out
contrib/pg_trgm/pg_trgm.sql.in
contrib/pg_trgm/uninstall_pg_trgm.sql
contrib/pgcrypto/pgcrypto.sql.in
contrib/pgcrypto/uninstall_pgcrypto.sql
contrib/pgrowlocks/pgrowlocks.sql.in
contrib/pgrowlocks/uninstall_pgrowlocks.sql
contrib/pgstattuple/pgstattuple.sql.in
contrib/pgstattuple/uninstall_pgstattuple.sql
contrib/seg/seg.sql.in
contrib/seg/uninstall_seg.sql
contrib/spi/autoinc.sql.in
contrib/spi/insert_username.sql.in
contrib/spi/moddatetime.sql.in
contrib/spi/refint.sql.in
contrib/spi/timetravel.sql.in
contrib/sslinfo/sslinfo.sql.in
contrib/sslinfo/uninstall_sslinfo.sql
contrib/tablefunc/tablefunc.sql.in
contrib/tablefunc/uninstall_tablefunc.sql
contrib/test_parser/test_parser.sql.in
contrib/test_parser/uninstall_test_parser.sql
contrib/tsearch2/tsearch.sql.in
contrib/tsearch2/untsearch.sql.in
contrib/uuid-ossp/uninstall_uuid-ossp.sql
contrib/uuid-ossp/uuid-ossp.sql.in
contrib/xml2/pgxml.sql.in
contrib/xml2/uninstall_pgxml.sql

index 9f6a915388bc5c4a5959a81376c8bbc0a851bed3..de29bacd514e62d5f43a60a4495d68f2369805b5 100644 (file)
@@ -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
  * *********************************************** */
index b748cbbf63a42272ee7fbf64ce1fbbd9f1188924..893f081461b48aaf3847f258939c5b0d4b43e52e 100644 (file)
@@ -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) ;
index 2a463f10583221ad41a0b0013bac7483f2f621e8..0dc7cb9329708bae044574d28ab477b62fd2395c 100644 (file)
@@ -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;
 
index abc811ea6f3b60fa50fef0fb8b4eccd23875c9a7..aee0edd40260e62e467decf036a3c7fbfb35b786 100644 (file)
@@ -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;
 
index 44e00fcf7f85acc22bdc1d892faf114a375b3fa1..93dbade064b198c4dc3d478f23305361c7c88f00 100644 (file)
@@ -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;
 
index 3f8cbb0c2c8860ab98fd82d1e554b0edb3e823c7..386fc95c5fa253b9ff31526e7d9529816399a738 100644 (file)
@@ -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;
 
index 2e9469d58c85b5d20fae8e32cd191cd8bfe7352f..7756e16de2f2875cc502101fccc2b59de6162639 100644 (file)
@@ -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;
 
index 95c9d1300404c52e5bc81ab186e08f35a2dacee2..fa78a061f56e2899249ba738f213a2d6b4f409c3 100644 (file)
@@ -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;
 
index c55b774927b1fe11001f5f17a62be96e6020dad9..ee7e385b7526d79e4bb94b23f939c109caeaad54 100644 (file)
@@ -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;
 
index ede9428a62e4230bfdbe0d3284c7b72ddfee2ada..da5116e7f1845cdd36a2ab7d4c2df32af1afcc63 100644 (file)
@@ -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;
 
index 6fe3d539d67d9dafcfdee46f315e190906eae9eb..5245349ae18def2fac98fdfa7b03772e1d767161 100644 (file)
@@ -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;
 
index 42245e7041114e2d2f6e21b69497fa84cd2afc7c..d94343fd36d27bbcb71c18e013932d119a9005cb 100644 (file)
@@ -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;
 
index bae5224a24a381bb36860239729aeb03cc3971d6..ac014a757d1c635121036791e4f06f3c42faf85f 100644 (file)
@@ -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;
 
index 45c28e820a7a12270193a51b53ac1c942236bb47..844d2e999740848866465259f0e81ee55253fe38 100644 (file)
@@ -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;
 
index a7535f5d49c28391eab148f245f15278a39e83a5..2b8041b131d1058f92b667a0c1490f1813c39cf7 100644 (file)
@@ -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;
 
index dcad30ca57df1c0b9f1b1d8d1e918375c2d6e298..dfad24aa4fbb04234de8c51c7b5ce5c9554163c4 100644 (file)
@@ -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;
 
index 5160b9d7d56577ac4e3820f806c351af0740c33f..c4b678f90fa4c4b070375b4db9b0afc21a275420 100644 (file)
@@ -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;
 
index c2cfd815fc616963f4b941f4bc09b56722bcc048..212e7b72830b5b809173417c0a95eba72d6cbfc7 100644 (file)
@@ -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;
 
index 82cfebe1d0cb4c8a9340bab663919a8a2ee72c95..fb39967866c6f794ad174c495b402b89b8b57568 100644 (file)
@@ -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;
 
index b9b14935b41f73ae57a4bc97730ba8b91316c586..d9e08927a5ef81eedc0f1a19d4d9d62b0814df6a 100644 (file)
@@ -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;
 
index cc1cd9272715d170204e1b626588c9122ceb0089..4857752f79d8914fa5c6920fd53a11ddc77d743d 100644 (file)
@@ -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;
 
index 0cea499abccb5e50cb3ef5f36b523b599ff653da..188e32c66045de486e39fca8993f89a5558de214 100644 (file)
@@ -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;
 
index 811e776cfa3f619ae88c142d04c099e23cf70a40..9753f14fbf32bdb0d0ed2cea09e7133cd59c0b68 100644 (file)
@@ -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;
 
index 34b47a0148488ca169e2cf7aada63b3dcd384f30..9ef269ec21cf34942337001a5ff764a987e90518 100644 (file)
@@ -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;
 
index 1637e2228aa3999688dc5b16d69da9c97e9027c0..48f14134af74323a42c157c160e0f26feb8b5098 100644 (file)
@@ -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;
 
index 973e214d0a49fd88b0040325c1e25a0a551d144b..172730ac969900cfcb0ec99f7e5476fdb52b008c 100644 (file)
@@ -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;
 
index 73e2b3d3c64be3e0a5ddebf49a815dd1626de672..6dcf6659c5f7a4233bbb479f79ae5eebdc34d3c5 100644 (file)
@@ -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;
 
index 454c60f3bb4351754e4608756ebb4382d5e461dd..e22a8889b31b850e91c721f66ee9587873f1b9fd 100644 (file)
@@ -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;
 
index 7c4059ae3a1b9d63dbe7a4ea563c13ed8b5a6f69..7cbc796a3dec3d4d6bfd9b87ec502a4a9e0c6276 100644 (file)
@@ -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;
 
index 58212d0a0bceb74ce00940ebfef92c43011e3821..1d7c288fc743e24cde4b1a2ba5589feb182ce5ee 100644 (file)
@@ -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;
 
index 4df3eae9f9899c0bdeedeca8510799a02690386a..8621188b7fbeb22c550546c25dd0279569aae806 100644 (file)
@@ -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;
 
index 4f774329af35bb729169a470d0bcacd0dcbebd48..4d976839a4a547d8315760d2c41be29ac995f1d0 100644 (file)
@@ -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;
 
index 4821f8c3a3ead1a0f70bd930302f0fcb0f4f297a..1af59f70f46ad5fa72a10aa52dd27c4361e0062e 100644 (file)
@@ -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;
 
index ceb8e8457872c73210ce154723e1b1795de576d8..161393d5a9ba378e53e1756a8a48dd9973e0c949 100644 (file)
@@ -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;
 
index 6ee320767a3f2365ea4fb0a4a589309fe384800a..e1d86cc43bfe828ef4ad08dddac0fdd4dae08cdb 100644 (file)
@@ -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;
 
index 601e8878bf4f2ba53f6591592ef20332ea9f6b89..19dc9301cab96207384a80d395ce71f38a891e86 100644 (file)
@@ -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;
 
index 36e8e93f8ce37447f9f591dc7370f64653ead649..e950d9a112858b3f2b3722377311d2d8dfe61535 100644 (file)
@@ -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;
 
index 70b65098f6115a44ba25dc795f573ea76185bc51..9000bc83521183f314407b288fdbc58c54aa0436 100644 (file)
@@ -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;
 
index 963672ca770e7df7dfc435d38a3a5c808b559881..3633b25ebcf3c1f5d44cee82df1970d228db4647 100644 (file)
@@ -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 
 -----------
index f876dac87f145dc7c0ecb7c966631c1aa102085b..ab6c62d37374113f4955616dabf8e71f32193682 100644 (file)
@@ -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;
 
index f8cbe9ced4886ad257b483f94f1a5676a3302cf5..907b884b4e7df4d600c48ec4d67044fd3614f7c4 100644 (file)
@@ -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;
 
index a33e69de2f26ff207931b95181e67de39b02a4f8..8388e8620e79696a5f3c9143e407ae947318c758 100644 (file)
@@ -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;
 
index d7146d7b17f922212c41ea47029c50ddc56e262e..a2891f6882d5220c75e6bf81eaaae9ee7529cbf6 100644 (file)
@@ -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;
 
index 0370831e66a682aa2b16b32829c2e9ed9ce4338c..405d1cb0d0b334013abd651be915d51fa40edcba 100644 (file)
@@ -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;
 
index d2b2e5cc18dbd7cf8d486d4b7d127b15b9266f13..6bfae44f3318c3cdbea648bb5be7da54f85ff03e 100644 (file)
@@ -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;
 
index ec8f8b1bbe0704e9bd075170fd3f4fb6afa62d1b..702e3fd2032e590e4c979f443ae79dd15622fa55 100644 (file)
@@ -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;
 
index 43b8910c772bdfe2dab8142d90a58f7fea9f1401..ae0ae90295f8584a6961f3573d80b48ba9b9bdfa 100644 (file)
@@ -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;
 
index 4f42d1464cfb20993a8eaba7a2c43d6384dbfa1f..7a8b9dc9c703ac23d47f67dbeefa0c520a6d53fd 100644 (file)
@@ -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;
 
index 58b45d87fcc07da4732e210a5aad9c4f769f1a37..5237ff81cb3584e6afecfe0b4f4071be59b47465 100644 (file)
@@ -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;
 
index a5d06240ccec1a57a5006c797f77fbcf99e2aee1..5daed2114059e2b0ca188f16983f91a00e086148 100644 (file)
@@ -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;
 
index 7951188d4a47017c6fac4f4352b9bc6a81ee3716..4d73d9b546a28625c61e0abcc2e0cf303724a60a 100644 (file)
@@ -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;
 
index d019cf2c9bb9cec63c79882cfcaff22fc8885299..793c703ac0c2bd045790d09cabf801b4a59330d4 100644 (file)
@@ -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;
 
index 661f1836e4f2c36840e8d9b83cc40eee51a7897c..08ee7f98cfc785d8e6b6fe6794d889086baae32f 100644 (file)
@@ -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;
 
index af17323f05a4baa08e76e51f9aa5b286085750a9..a78b1d52cf67353009daf8f73de5c2eb512311bd 100644 (file)
@@ -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;
 
index ca2c52b8cd7ee002575d3238ae52f48f72f3018c..53c30afd369102396f97f8644cc3ba98e2c8bb70 100644 (file)
@@ -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;
 
index 6b1b544955f648d7c10ea701e84952a6d56905ca..1bc98df0501d141c3fabd917e46c14fb529ae430 100644 (file)
@@ -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;
 
index 416e23ccc7910ebdc67c8c4c1a06b4bbbf389f28..f4864c4558ed04d3ae74594f52b39fe09d9f80b6 100644 (file)
@@ -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;
 
index 301cc5f58eaaac6ec2a4b4fbd9d7bdacdd78f1ef..cb58df89bb8adb28137a095dbb0f9aa871e127a3 100644 (file)
@@ -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;
 
index 048f9340780bf08c188333037e673fca008ae05d..4fd9b0796e22290156b704675d5f59a419b80f9c 100644 (file)
@@ -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;
 
index 85f64146dd60637edcf8c51899d82dd013a0b02a..66686d20042b1f0c489c60ae50becae02f7fd7d3 100644 (file)
@@ -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;
 
index 89e049e317e070dd3789d71eb5b4f0b6d88f8620..c4b5cbc5f12fdd51473d707a3d8ba5784a9b2e92 100644 (file)
@@ -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;
 
index 0b6f76135145fe2da0012780c4fefd9b091826a6..c6a69e019c0a3b7624f1b458ffd46d83580099b5 100644 (file)
@@ -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;
 
index 71611e11edae73d7fc040b17934486ad50de6156..75c9f3678f369e33ae1265a6186c1ca75e739ede 100644 (file)
@@ -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;
 
index edd62f2213a1ac5234790f7f407605c3920aea5b..e59882f456295c5b9ce1310ffb649126c6dd92ec 100644 (file)
@@ -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;
 
index aa76430b41add92f9fc09c40131e0a3043fdb1e8..09957d6ce09aad87f3a79ee6aa62a0f8184625d1 100644 (file)
@@ -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;
 
index 7081ae383f727917877b06d4d9a84cffa22beb92..09441ef01fa2aceecf03fee0bb5d95eb4c3b30a5 100644 (file)
@@ -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;