| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Assorted fixups for "unpackaged" conversion scripts. |
| Date: | 2011-02-14 03:55:39 |
| Message-ID: | E1PopXH-0003pr-Oq@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2011-02-14 04:33:55 | pgsql: More fixups for "unpackaged" conversion scripts. |
| Previous Message | Bruce Momjian | 2011-02-14 03:03:21 | pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n |