Re: psql: no schema info

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chester c young <chestercyoung(at)yahoo(dot)com>
Cc: sql pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: psql: no schema info
Date: 2008-04-27 22:36:59
Message-ID: 23267.1209335819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

chester c young <chestercyoung(at)yahoo(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message chester c young 2008-04-27 23:33:26 Re: psql: no schema info
Previous Message chester c young 2008-04-27 21:33:33 psql: no schema info