Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 33e2e02

Browse files
committed
Add CVS version labels to all install/uninstall scripts.
1 parent 1afbbca commit 33e2e02

File tree

66 files changed

+132
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+132
-2
lines changed

contrib/adminpack/adminpack.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/adminpack/adminpack.sql.in,v 1.6 2007/11/13 04:24:27 momjian Exp $ */
2+
13
/* ***********************************************
24
* Administrative functions for PostgreSQL
35
* *********************************************** */

contrib/adminpack/uninstall_adminpack.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/adminpack/uninstall_adminpack.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
2+
13
DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
24
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
35
DROP FUNCTION pg_catalog.pg_file_rename(text, text) ;

contrib/btree_gist/btree_gist.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.sql.in,v 1.19 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/btree_gist/uninstall_btree_gist.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/btree_gist/uninstall_btree_gist.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/chkpass/chkpass.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.9 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/chkpass/uninstall_chkpass.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/chkpass/uninstall_chkpass.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/cube/cube.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/cube/cube.sql.in,v 1.23 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/cube/uninstall_cube.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/cube/uninstall_cube.sql,v 1.7 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/dblink/dblink.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dblink/dblink.sql.in,v 1.14 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/dblink/uninstall_dblink.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/dict_int/dict_int.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dict_int/dict_int.sql.in,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/dict_int/uninstall_dict_int.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dict_int/uninstall_dict_int.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/dict_xsyn/dict_xsyn.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dict_xsyn/dict_xsyn.sql.in,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/dict_xsyn/uninstall_dict_xsyn.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dict_xsyn/uninstall_dict_xsyn.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/earthdistance/earthdistance.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/earthdistance/earthdistance.sql.in,v 1.11 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/earthdistance/uninstall_earthdistance.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/earthdistance/uninstall_earthdistance.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/fuzzystrmatch/fuzzystrmatch.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.sql.in,v 1.9 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/hstore/hstore.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/hstore/hstore.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/hstore/uninstall_hstore.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/hstore/uninstall_hstore.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/intagg/int_aggregate.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/intagg/int_aggregate.sql.in,v 1.9 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/intagg/uninstall_int_aggregate.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/intagg/uninstall_int_aggregate.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/intarray/_int.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/intarray/_int.sql.in,v 1.27 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/intarray/uninstall__int.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/intarray/uninstall__int.sql,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/isn/isn.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/isn/uninstall_isn.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/isn/uninstall_isn.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/lo/lo.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/lo/lo_test.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/lo/lo_test.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/lo/uninstall_lo.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/lo/uninstall_lo.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/ltree/ltree.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/ltree/ltree.sql.in,v 1.16 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/ltree/ltreetest.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/ltree/ltreetest.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/ltree/uninstall_ltree.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/ltree/uninstall_ltree.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pageinspect/pageinspect.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pageinspect/pageinspect.sql.in,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pageinspect/uninstall_pageinspect.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pageinspect/uninstall_pageinspect.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pg_buffercache/pg_buffercache.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pg_buffercache/uninstall_pg_buffercache.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pg_buffercache/uninstall_pg_buffercache.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pg_freespacemap/pg_freespacemap.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pg_freespacemap/uninstall_pg_freespacemap.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pg_trgm/expected/pg_trgm.out

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\set ECHO none
2-
psql:pg_trgm.sql:42: NOTICE: type "gtrgm" is not yet defined
2+
psql:pg_trgm.sql:44: NOTICE: type "gtrgm" is not yet defined
33
DETAIL: Creating a shell type definition.
4-
psql:pg_trgm.sql:47: NOTICE: argument type gtrgm is only a shell
4+
psql:pg_trgm.sql:49: NOTICE: argument type gtrgm is only a shell
55
select show_trgm('');
66
show_trgm
77
-----------

contrib/pg_trgm/pg_trgm.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pg_trgm/pg_trgm.sql.in,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pg_trgm/uninstall_pg_trgm.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pg_trgm/uninstall_pg_trgm.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pgcrypto/pgcrypto.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pgcrypto/uninstall_pgcrypto.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pgcrypto/uninstall_pgcrypto.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pgrowlocks/pgrowlocks.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pgrowlocks/pgrowlocks.sql.in,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pgrowlocks/uninstall_pgrowlocks.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pgrowlocks/uninstall_pgrowlocks.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/pgstattuple/pgstattuple.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/pgstattuple/uninstall_pgstattuple.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/pgstattuple/uninstall_pgstattuple.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/seg/seg.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/seg/seg.sql.in,v 1.16 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/seg/uninstall_seg.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.5 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/spi/autoinc.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/spi/autoinc.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/spi/insert_username.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/spi/insert_username.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/spi/moddatetime.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/spi/moddatetime.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/spi/refint.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/spi/refint.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/spi/timetravel.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/spi/timetravel.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/sslinfo/sslinfo.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/sslinfo/sslinfo.sql.in,v 1.4 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/sslinfo/uninstall_sslinfo.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/sslinfo/uninstall_sslinfo.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/tablefunc/tablefunc.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.sql.in,v 1.12 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/tablefunc/uninstall_tablefunc.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/tablefunc/uninstall_tablefunc.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/test_parser/test_parser.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/test_parser/test_parser.sql.in,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/test_parser/uninstall_test_parser.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/test_parser/uninstall_test_parser.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/tsearch2/tsearch.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/tsearch2/tsearch.sql.in,v 1.22 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get CREATEd.
24
SET search_path = public;
35

contrib/tsearch2/untsearch.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/tsearch2/untsearch.sql.in,v 1.10 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/uuid-ossp/uninstall_uuid-ossp.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/uuid-ossp/uninstall_uuid-ossp.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

contrib/uuid-ossp/uuid-ossp.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.sql.in,v 1.6 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/xml2/pgxml.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/xml2/pgxml.sql.in,v 1.11 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get created.
24
SET search_path = public;
35

contrib/xml2/uninstall_pgxml.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/xml2/uninstall_pgxml.sql,v 1.4 2007/11/13 04:24:29 momjian Exp $ */
2+
13
-- Adjust this setting to control where the objects get dropped.
24
SET search_path = public;
35

0 commit comments

Comments
 (0)