pgsql-server: Fix breakage with PUBLIC schema. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Fix breakage with PUBLIC schema.
Date
Msg-id 20040813213729.281B65E46C8@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix breakage with PUBLIC schema.  Try to untwist the remarkably contorted
logic a little bit.

Modified Files:
--------------
    pgsql-server/src/bin/pg_dump:
        pg_backup_archiver.c (r1.91 -> r1.92)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.91&r2=1.92)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Give a more specific error message for "you can't do that"
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix psql's COPY support to deal with \r\n line endings.