psql: no schema info - Mailing list pgsql-sql

From chester c young
Subject psql: no schema info
Date
Msg-id 211388.34374.qm@web54304.mail.re2.yahoo.com
Whole thread Raw
Responses Re: psql: no schema info  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
have several schemae, each with identical tables.

in create scripts have been taking great care to fully qualify, eg, col1 references schema1.tab1( col1 )

however, just got burnt big time on sequences!  need to qualify them as
well, eg col1 integer default nextval( 'schema1.seq1' )

\dt is no help at all since it does not specify schema so it's
impossible to know if all is aligned correctly.  is there a way to tell
psql to fully qualify relations in the listing?

when everything was in public this wasn't a problem, but with elaborate
use of schemae it's pretty scary (for me).

     ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


pgsql-sql by date:

Previous
From: Joe
Date:
Subject: Re: Protection from SQL injection
Next
From: Tom Lane
Date:
Subject: Re: psql: no schema info