Always schema-qualify the name of a function referenced in CREATE CAST.
Tom Lane <tgl@sss.pgh.pa.us>
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?
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | modified | +11 −3 |