Re: pg_dump: multiple tables, schemas with exclusions and

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pg_dump: multiple tables, schemas with exclusions and
Date: 2006-08-01 04:54:59
Message-ID: 200608010454.k714sxa19966@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Greg Sabino Mullane wrote:
-- Start of PGP signed section.
> Here's the latest pg_dump patch I've been (too sporadically) working on.
> I abandoned building linked lists and decided to make the backend do all
> the work, from building the list of good relations, to doing the POSIX
> regex matching. I've added numerous examples to the docs, but it may
> still need some more explaining. It should be nearly 100% backwards
> compatible with any existing scripts that use a single -t as well.

I have adjusted your code for clarity, and clarified the documentation a
little. Please test and make sure it is OK for you. Thanks.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
unknown_filename text/plain 26.1 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Harald Armin Massa 2006-08-01 07:15:52 Re: [HACKERS] 8.2 features?
Previous Message Gavin Sherry 2006-08-01 04:54:24 WIP: bitmap indexes (fwd)