pgsql: This patch implements putting language handlers for the optional - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: This patch implements putting language handlers for the optional
Date
Msg-id 20050710142630.4AA6152B3D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
This patch implements putting language handlers for the optional PLs
into pg_catalog rather than public, and supports dumping languages whose
handlers are found there. This will make it easier to drop the public
schema if desired.

Unlike the previous patch, the comments have been updated and I have
reformatted some code to meet Alvarro's request to stick to 80 cols. (I
actually aghree with this - it makes printing the code much nicer).

I think I did the right thing w.r.t versions earlier than 7.3, but I
have no real way of checking, so that should be checked by someone with
more/older knowledge than me ;-)

Andrew Dunstan

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.413 -> r1.414)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.413&r2=1.414)
        pg_dump.h (r1.116 -> r1.117)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.h.diff?r1=1.116&r2=1.117)
    pgsql/src/bin/scripts:
        createlang.c (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createlang.c.diff?r1=1.17&r2=1.18)
        droplang.c (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/droplang.c.diff?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: As Kris Jurka found out, pgcrypto does not work with OpenSSL
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add --encoding to pg_dump.