pgsql: New routine _getObjectDescription() failed to cope with some

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: New routine _getObjectDescription() failed to cope with some
Date: 2005-01-23 00:04:30
Message-ID: 20050123000430.E7A953A4FA3@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_0_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-23 00:31:00 pgsql: pg_dump dumped the wrong tablespace for an index (ie, the parent
Previous Message Tom Lane 2005-01-23 00:03:58 pgsql: New routine _getObjectDescription() failed to cope with some