Dropping sequences

Поиск
Список
Период
Сортировка
От Robert Fitzpatrick
Тема Dropping sequences
Дата
Msg-id 1101841871.9204.62.camel@columbus.webtent.org
обсуждение исходный текст
Ответы Re: Dropping sequences  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I have changed the default sequence on a primary key integer (created as
SERIAL) field in a table, but it will not let me drop the old sequence
and continues to tell me that the sequence is required by the table. Can
someone tell me what is required to get this dropped? I am just paranoid
that it could be using the old sequence still even though it seems all
is coming from the new sequence.

--
Robert


В списке pgsql-general по дате отправления:

Предыдущее
От: "Net Virtual Mailing Lists"
Дата:
Сообщение: Re: [ANNOUNCE] USENET vs Mailing Lists Poll ...
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Maximum limit on int in plpgsql