Re: Extended SERIAL parsing - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Extended SERIAL parsing
Date
Msg-id 1150066449.756.45.camel@home
Whole thread Raw
In response to Extended SERIAL parsing  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Responses Re: Extended SERIAL parsing  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
List 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 by date:

Previous
From: Zoltan Boszormenyi
Date:
Subject: Extended SERIAL parsing
Next
From: Zoltan Boszormenyi
Date:
Subject: Re: Extended SERIAL parsing