chester c young <[EMAIL PROTECTED]> 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 -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql