From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | drlaz(at)me(dot)com |
Subject: | serial attribute type vs GENERATED AS IDENTITY |
Date: | 2020-06-14 01:16:00 |
Message-ID: | 159209736068.673.8013661179955602448@wrigleys.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: /docs/11/datatype-numeric.html
Description:
I think the documentation should mention that these do much the same thing
(at least, for the default auto-incrementing integer sequence). Using both
on the same column is, sensibly, not allowed.
From | Date | Subject | |
---|---|---|---|
Next Message | Joseph Nahmias | 2020-06-14 07:26:13 | Re: create database with template doesn't copy ACL |
Previous Message | Bruce Momjian | 2020-06-13 13:45:52 | Re: Documentation 9.8. Data Type Formatting Functions: missing behaviour on invalid input at to_date() |