Re: psql: no schema info - Mailing list pgsql-sql

From Tom Lane
Subject Re: psql: no schema info
Date
Msg-id 23267.1209335819@sss.pgh.pa.us
Whole thread Raw
In response to psql: no schema info  (chester c young <chestercyoung@yahoo.com>)
Responses Re: psql: no schema info  (chester c young <chestercyoung@yahoo.com>)
List pgsql-sql
chester c young <chestercyoung@yahoo.com> writes:
> however, just got burnt big time on sequences!  need to qualify them as
> well, eg
>   col1 integer default nextval( 'schema1.seq1' )

Move to something newer than 8.0.x, and this is automatic (because
nextval's argument is actually a regclass constant).
        regards, tom lane


pgsql-sql by date:

Previous
From: chester c young
Date:
Subject: psql: no schema info
Next
From: chester c young
Date:
Subject: Re: psql: no schema info