Re: Extended SERIAL parsing - Mailing list pgsql-hackers

From Zoltan Boszormenyi
Subject Re: Extended SERIAL parsing
Date
Msg-id 448CA15D.9000002@dunaweb.hu
Whole thread Raw
In response to Re: Extended SERIAL parsing  (Rod Taylor <pg@rbt.ca>)
List 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 by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Extended SERIAL parsing
Next
From: "Joshua D. Drake"
Date:
Subject: Re: TODO: Add pg_get_acldef(), pg_get_typedefault(), pg_get_attrdef(),