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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...
Date: 2004-03-02 21:15:15
Message-ID: 20040302211515.E2E16D1B8B7@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: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?

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-03-02 22:05:24 pgsql-server/src/backend/executor nodeUnique.c
Previous Message Tom Lane 2004-03-02 21:14:59 pgsql-server/src/bin/pg_dump Tag: REL7_4_STABL ...