Re: Extended SERIAL parsing

Поиск
Список
Период
Сортировка
От Zoltan Boszormenyi
Тема Re: Extended SERIAL parsing
Дата
Msg-id 448CA15D.9000002@dunaweb.hu
обсуждение исходный текст
Ответ на Re: Extended SERIAL parsing  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
Rod Taylor írta:
>> 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.
>   

OK, that's over my head at the moment. :-)
Maybe the wizards here pick up my patch
and complete it. (I hope.)

Best regards,
Zoltán Böszörményi



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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: Extended SERIAL parsing
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: TODO: Add pg_get_acldef(), pg_get_typedefault(), pg_get_attrdef(),