pg_dump: multiple tables, schemas with exclusions and wildcards

From: Greg Sabino Mullane <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: pg_dump: multiple tables, schemas with exclusions and wildcards
Date: 2006-07-17 02:18:10
Message-ID: 1153102690.3412.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

--
Greg Sabino Mullane greg(at)turnstep(dot)com
End Point Corporation
PGP Key: 0x14964AC8 200607162215
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

Attachment Content-Type Size
pg_dump_multi.patch text/x-patch 23.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Susanne Ebrecht 2006-07-17 10:27:08 Re: 8.2 features?
Previous Message Neil Conway 2006-07-17 00:22:43 Re: Have psql display names and OUT/INOUT in \df output