Re: psql: no schema info

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql: no schema info
Дата
Msg-id 23267.1209335819@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql: no schema info  (chester c young <chestercyoung@yahoo.com>)
Ответы Re: psql: no schema info  (chester c young <chestercyoung@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: chester c young
Дата:
Сообщение: psql: no schema info
Следующее
От: chester c young
Дата:
Сообщение: Re: psql: no schema info