Re: Extended SERIAL parsing

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Extended SERIAL parsing
Дата
Msg-id 1150066449.756.45.camel@home
обсуждение исходный текст
Ответ на Extended SERIAL parsing  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Ответы Re: Extended SERIAL parsing
Список pgsql-hackers
> The condition (column->is_serial && column->force_default)
> can help enforcing GENERATED ALWAYS at INSERT time
> and can also help fixing the two TODO entries about SERIAL.

You will need to include the insert components of the spec which allow
for overriding GENERATED ALWAYS during an INSERT and extend that to COPY
and teach pg_dump how to use them.
-- 



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

Предыдущее
От: Zoltan Boszormenyi
Дата:
Сообщение: Extended SERIAL parsing
Следующее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: Extended SERIAL parsing