Always schema-qualify the name of a function referenced in CREATE CAST.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e921472fefcb10cd462b318a59d7a5999417c8e8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-02T21:15:15Z
Releases: 7.3.7
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

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +11 −3