Обсуждение: pgsql: This patch implements putting language handlers for the optional

Поиск
Список
Период
Сортировка

pgsql: This patch implements putting language handlers for the optional

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
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)