Re: New pg_dump options: exclude tables/schemas, multiple all, wildcards

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: New pg_dump options: exclude tables/schemas, multiple all, wildcards
Date: 2006-01-18 04:23:56
Message-ID: 4424.1137558236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Greg Sabino Mullane" <greg(at)turnstep(dot)com> writes:
> Plus, while the underscore is common in
> namespace names, a period is not.

That's a good point ... there might actually be less risk of collision
with existing habits if we go with regex instead of LIKE conventions for
the patterns. Even though regex has many more special characters, none
seem very likely to appear in ordinary table or schema names.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-01-18 06:54:50 Re: patch to create system view that lists cursors
Previous Message Tom Lane 2006-01-18 03:54:31 Re: Huge number of disk writes after migration to 8.1