Always schema-qualify the name of a function referenced in CREATE CAST.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Mar 2004 21:14:59 +0000 (21:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Mar 2004 21:14:59 +0000 (21:14 +0000)
commitf0d32c033a3eb16fabfb4a4424fcccfff115509a
treecedb791919b8b13cf479fd8a4be445237567e34c
parent819bfac66ae3b0f567f278c734bb47e54d6e9bb4
Always schema-qualify the name of a function referenced in CREATE CAST.
The former coding failed if the cast function was not in the pg_catalog
schema.  How'd this escape detection?
src/bin/pg_dump/pg_dump.c