From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Fixes for 3 bugs in pg_dump |
Date: | 2004-07-14 06:14:39 |
Message-ID: | 40F4CF4F.8010304@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
This patch fixes the following bugs:
* pg_dump --clean against a pre-7.3 server output drop commands in the
form: DROP "".foo; . These will now all be output as: DROP public.foo;
* If you use ALTER USER to set user params on the cluster owner user,
these would not be dumped. This patch will now dump ALTER USER commands
for the cluster owner. If the -S command line switch is used to specify
a superuser, then the cluster owner ALTER USER commands will be dumped
for that user instead.
* The DateStyle and search_path GUC variables must not be quoted when
dumped.
Chris
Attachment | Content-Type | Size |
---|---|---|
pg_dump_fixes.txt.gz | application/x-gzip | 1.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2004-07-14 07:08:18 | Re: Fixes for 3 bugs in pg_dump |
Previous Message | Tom Lane | 2004-07-14 04:45:10 | Re: PITR Archive Recovery plus WIP PITR |