pgsql: Back-patch fix to correctly quote schema names in --no-owner

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch fix to correctly quote schema names in --no-owner
Date: 2005-08-25 00:11:53
Message-ID: 20050825001153.554A3D7B1E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Back-patch fix to correctly quote schema names in --no-owner mode.
Per gripe from Dick Kniep.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.79.2.5 -> r1.79.2.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.79.2.5&r2=1.79.2.6)

Browse pgsql-committers by date

  From Date Subject
Next Message User Nwakefield 2005-08-25 00:22:30 bizgres - bizgres:
Previous Message Tom Lane 2005-08-24 22:13:29 pgsql: Add code to use Windows getaddrinfo and friends if they exist.