From: | BenLaKnet <benlaknet(at)icqmail(dot)com> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3 |
Date: | 2003-08-11 13:44:08 |
Message-ID: | 3F379DA8.7040501@icqmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
we make a dump before ... and with a product pgmanager (ems tech) we do
not show any foreign keys.
But I think all of triggers of referenced table are not deleted.
We recreate the schemas ... and now it's running.
How is it possible to identify Triggers with no referenced tables ?
Stephan Szabo a écrit:
>On Mon, 11 Aug 2003, BenLaKnet wrote:
>
>
>
>>How could I do a pg_dump -s ??
>>
>>on local server ??
>>
>>
>
>Yes. I figured you wouldn't want to send your backups with data (I assume
>you have pg_dump generated backups ;) ).
>
>You can use pg_dump locally or remotely (using -h and -p options).
>Locally, log in as the postgres user and run pg_dump -s <databasename>,
>remotely do
>pg_dump -s -h <databasehost> -p <databaseport> <databasename>
>I believe.
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2003-08-11 13:48:31 | Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3 |
Previous Message | Benoît Bournon | 2003-08-11 13:40:46 | Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3 |