Re: Re: dumping strategy - Mailing list pgsql-general

From Holger Klawitter
Subject Re: Re: dumping strategy
Date
Msg-id 3B17840A.4AE51820@klawitter.de
Whole thread Raw
In response to Re: dumping strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> This is precisely what I am looking for.
> Who wants to type in a huge list of tables?
> Not me.  Also I'm not qualified to make
> these changes myself.

Apart from the referential inegrity problem, you can get the table
names with
    SELECT relname FROM pg_class WHERE relname NOT LIKE 'pg_%';
it should not be too hard to build something on top of that.

With kind regards / Mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter
holger@klawitter.de                             http://www.klawitter.de


pgsql-general by date:

Previous
From: Denis Gasparin
Date:
Subject: Re: Pgsql vs Interbase: Transaction benchmark
Next
From: Ken Causey
Date:
Subject: Re: PostgreSQL security concerns