]> granicus.if.org Git - postgresql/commit
Don't choke when the handler for a procedural language is located in
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Oct 2003 21:05:39 +0000 (21:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Oct 2003 21:05:39 +0000 (21:05 +0000)
commit0847c879a91792ff51da08a6fd15a565935f8741
treef978bfe003d61a1abfe34741f4211d94b7437d0f
parent98c7f157f2688ab83e97fa03b9e1bf194eadb2ba
Don't choke when the handler for a procedural language is located in
the pg_catalog schema.  Per bug report some months back from Jochem van Dieten.
src/bin/pg_dump/pg_dump.c