Wildcards in pg_dump

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Wildcards in pg_dump
Date: 2001-06-07 06:50:13
Message-ID: ECEHIKNFIMMECLEBJFIGIEOPCAAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's an idea. Allow (escaped) wildcards in pg_dump's -t switch.

ie.

bash#> pg_dump -d -t diary_\* testdb > diary.sql

Is that an easy thing or a hard thing?

Chris

Browse pgsql-hackers by date

  From Date Subject
Next Message J 2001-06-07 07:04:51 Using imbedded SQL, how do I connect tp Postgresql on a remote host?
Previous Message Martín Marqués 2001-06-07 06:26:52 Re: [HACKERS] something smells bad