Re: Re: dumping strategy

From: Holger Klawitter <holger(at)klawitter(dot)de>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: Re: dumping strategy
Date: 2001-06-01 12:01:14
Message-ID: 3B17840A.4AE51820@klawitter.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)klawitter(dot)de http://www.klawitter.de

In response to

Browse pgsql-general by date

  From Date Subject
Next Message N.A. 2001-06-01 12:15:31 Postgres java interface test error
Previous Message Mike Mascari 2001-06-01 11:31:30 RE: About multiple access to a table