Re: pgsql-server: Fix oversight in recent ALTER TABLE

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql-server: Fix oversight in recent ALTER TABLE
Дата
Msg-id 40C9072B.30105@familyhealth.com.au
обсуждение исходный текст
Ответ на pgsql-server: Fix oversight in recent ALTER TABLE improvements.  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql-server: Fix oversight in recent ALTER TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> Fix oversight in recent ALTER TABLE improvements.  We now support
> ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the
> dependency between the column and the sequence, so the sequence
> would not go away if you dropped the table later.

What if you ALTER TABLE / TYPE SERIAL?

Chris


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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: More restructuring to use Win32 START with paths needing
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: pgsql-server: Clean up generation of default names