Re: Extended SERIAL parsing

From: Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Extended SERIAL parsing
Date: 2006-06-11 23:03:57
Message-ID: 448CA15D.9000002@dunaweb.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-06-11 23:21:14 Re: TODO: Add pg_get_acldef(), pg_get_typedefault(), pg_get_attrdef(),
Previous Message Rod Taylor 2006-06-11 22:54:09 Re: Extended SERIAL parsing