Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3 - Mailing list pgsql-sql

From BenLaKnet
Subject Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3
Date
Msg-id [email protected]
Whole thread Raw
In response to [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3  (BenLaKnet <[email protected]>)
Responses Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3
List pgsql-sql
we make a dump before ... and with a product pgmanager (ems tech) we do not show any foreign keys.<br /><br /> But I
thinkall of triggers of referenced table are not deleted.<br /><br /> We recreate the schemas ... and now it's
running.<br/><br /> How is it possible to identify Triggers with no referenced tables ?<br /><br /><br /><br /><br />
StephanSzabo a écrit:<br /><blockquote cite="[email protected]" type="cite"><pre
wrap="">OnMon, 11 Aug 2003, BenLaKnet wrote:
 
 </pre><blockquote type="cite"><pre wrap="">How could I do a pg_dump -s ??

on local server ??   </pre></blockquote><pre wrap="">
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.
 </pre></blockquote>

pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: sub-sel/group problem
Next
From: Stephan Szabo
Date:
Subject: Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3