Add CVS version labels to all install/uninstall scripts.

This commit is contained in:
Bruce Momjian 2007-11-13 04:24:29 +00:00
parent 1afbbcac20
commit 33e2e02493
66 changed files with 132 additions and 2 deletions

View 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
* *********************************************** */

View 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) ;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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
-----------

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;

View 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;