From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Multiple -t options for pg_dump |
Date: | 2005-09-23 07:14:03 |
Message-ID: | 20050923071403.GA23375@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
On Tue, Sep 20, 2005 at 12:15:23PM -0400, Neil Conway wrote:
> A few minor comments are below. This is for 8.2, right?
Yes. Please find enclosed round 2 of the patch. It implements
multiple -n's and multiple -t's, although I think it's broken for
multiple -n's with no -t's.
Also included are a few wrapper functions for doing the right thing
should any of calloc(), malloc(), realloc() and strdup() fail.
Comments? Suggestions?
Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778
Remember to vote!
Attachment | Content-Type | Size |
---|---|---|
pg_dump_with_checks.diff | text/plain | 56.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2005-09-23 09:08:36 | Re: Multiple -t options for pg_dump |
Previous Message | Bruce Momjian | 2005-09-23 02:43:03 | Re: [PATCHES] Clarifying Autovacuum docs in the release notes |