pgsql: Assorted fixups for "unpackaged" conversion scripts.

Started by Tom Laneover 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Assorted fixups for "unpackaged" conversion scripts.

From first pass of testing. Notably, there seems to be no need for
adminpack--unpackaged--1.0.sql because none of the objects that the
old module creates would ever be dumped by pg_dump anyway (they are
all in pg_catalog).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3b61e57f3c352ab97c6514898d46480b5725ebb9

Modified Files
--------------
contrib/adminpack/Makefile | 2 +-
contrib/adminpack/adminpack--unpackaged--1.0.sql | 10 ----------
.../fuzzystrmatch--unpackaged--1.0.sql | 12 ++++++++++--
contrib/pg_trgm/pg_trgm--unpackaged--1.0.sql | 16 ++++++++++++++--
contrib/tsearch2/tsearch2.control | 4 +++-
5 files changed, 28 insertions(+), 16 deletions(-)