pgsql: New routine _getObjectDescription() failed to cope with some - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: New routine _getObjectDescription() failed to cope with some
Date
Msg-id 20050123000358.592F73A4FD4@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
New routine _getObjectDescription() failed to cope with some aspects of
pre-7.3 pg_dump archive files: namespace isn't there, and in some cases
te->tag may already be quotified.  Per report from Alan Pevec and
followup testing.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.101 -> r1.102)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.101&r2=1.102)

pgsql-committers by date:

Previous
From: madness@pgfoundry.org (User Madness)
Date:
Subject: pgsqlrpms - CVSROOT:
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: New routine _getObjectDescription() failed to cope with some