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: Sun, 27 Apr 2008 18:36:59 -0400
- Message-id: <23267.1209335819@sss.pgh.pa.us> <text/plain>
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
Home |
Main Index |
Thread Index