Re: pg_dump question

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump question
Date: 2006-11-02 15:54:17
Message-ID: 20061102155417.GA3437@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Wed, dem 01.11.2006, um 13:50:58 -0800 mailte Thomas Burns folgendes:
> Hi,
>
> I would like to use pg_dump to backup a list of tables to one file,
> but it looks like
> the -t option only supports one file. So, pg_dump gives you the
> option of backing
> up and entire database or one file, but nothing in between. Am I
> missing something?
> Is there a way to backup multiple tables (but not the whole database)?

You can wait for 8.2, this version supports multiple -t - options.
Or you can concat several table-dumps to one big dump.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Markus Schiltknecht 2006-11-02 15:55:08 Re: lots of values for IN() clause
Previous Message Richard Huxton 2006-11-02 15:49:12 Re: Weird double single quote issue