https://bugs.documentfoundation.org/show_bug.cgi?id=147497

--- Comment #2 from Robert Großkopf <[email protected]> ---
(In reply to Alex Thurgood from comment #1)
> 
> Isn't this a regression though ? 
> 
> I thought that this used to work OK (but maybe I'm wrong), because it was
> one of the recommended workarounds to the limitations of bug 60643.

There are two methods to create autovalue fields. One is directly with datatype
SERIAL, the other with PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY . The
second expression has been added in PostgreSQL 10, so end of 2017. It had been
added because it will be used in other database engines in the same way.

AutoValue created by SERIAL will be shown in direct connected PostgreSQL table.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to