pgsql-server/src/bin/pg_dump pg_dump.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Date: 2004-03-02 21:14:45
Message-ID: 20040302211445.5B5C4D1B566@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/03/02 17:14:45

Modified files:
src/bin/pg_dump: 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?

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-03-02 21:14:59 pgsql-server/src/bin/pg_dump Tag: REL7_4_STABL ...
Previous Message Bruce Momjian 2004-03-02 20:08:52 pgsql-server/. configure configure.in