Re: Three weeks left until feature freeze - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Three weeks left until feature freeze
Date
Msg-id 4842.1152909685@sss.pgh.pa.us
Whole thread Raw
In response to Re: Three weeks left until feature freeze  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Responses Re: Three weeks left until feature freeze  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
List pgsql-hackers
Zoltan Boszormenyi <zboszor@dunaweb.hu> writes:
> I am working on adding a new column contraint,
> namely the GENERATED [ALWAYS | BY DEFAULT ] AS
> [ IDENTITY ( sequence_options ) | ( expression )]

Doesn't this still have the issue that we're taking over spec-defined
syntax to represent behavior that does not quite match the spec-defined
semantics?  It's not clear to me how closely tied this syntax is to
NEXT VALUE FOR, but if it's got any of the latter's action-at-a-distance
subtleties then I think we ought to leave well enough alone till we have
a solution for that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: src/tools/pginclude considered harmful (was Re: [PATCHES]
Next
From: Neil Conway
Date:
Subject: Re: src/tools/pginclude considered harmful (was Re: