Thread: pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...

pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/03/02 17:15:15

Modified files:
    src/bin/pg_dump: Tag: REL7_3_STABLE pg_dump.c

Log message:
    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?