Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33e2e02

Browse files
committed
Add CVS version labels to all install/uninstall scripts.
1 parent1afbbca commit33e2e02

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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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
DROPFUNCTIONpg_catalog.pg_file_write(text,text, bool) ;
24
DROPFUNCTIONpg_catalog.pg_file_rename(text,text,text) ;
35
DROPFUNCTIONpg_catalog.pg_file_rename(text,text) ;

‎contrib/btree_gist/btree_gist.sql.in

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp