Re: Sequences/defaults and pg_dump

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема Re: Sequences/defaults and pg_dump
Дата
Msg-id 20060208083559.GA7642@mcknight.de
обсуждение исходный текст
Ответ на Re: Sequences/defaults and pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Sequences/defaults and pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
On Tue, Feb 07, 2006 at 09:49:02AM -0500, Bruce Momjian wrote:
> > The correct solution to this is to forbid ALTER COLUMN SET DEFAULT on
> > a serial column, but we haven't gotten around to enforcing that yet.

> TODO has:

>     * %Disallow changing default expression of a SERIAL column

This should go along with another command like

... ALTER COLUMN DROP SERIAL

which drops the serial and removes the dependencies to get rid of it in a
clean way, right?


Joachim

--
Joachim Wieland                                              joe@mcknight.de
C/ Usandizaga 12 1°B                                           ICQ: 37225940
20002 Donostia / San Sebastian (Spain)                     GPG key available

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

Предыдущее
От: Sergey Karin
Дата:
Сообщение: alter superuser...
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Is there a way to limit CPU usage per user