This patch implements putting language handlers for the optional PLs
authorBruce Momjian <bruce@momjian.us>
Sun, 10 Jul 2005 14:26:30 +0000 (14:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 10 Jul 2005 14:26:30 +0000 (14:26 +0000)
commit07931080360021376af8128b0ca297406a9ab121
tree675954074715d0ea7b31a3eec7de6ea63fd29930
parentd51df918970bcf42f915a3882bfdee5972aa9bad
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
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/scripts/createlang.c
src/bin/scripts/droplang.c