]> granicus.if.org Git - postgresql/commit
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:44 +0000 (21:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Mar 2004 21:14:44 +0000 (21:14 +0000)
commit0c6e97db47185842c4dc547a52d24c3ddc5a229c
treeea06d437fbfe3aae036990e2e90aecd4c3e63068
parent351cf4d04e16976d3d07d4042e1b89dd4e3c1247
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