aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-03-12 11:08:42 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2021-03-12 11:08:42 -0500
commite7f7950f6741a799bdf1dc3d2dbcb85e1b0a3c8c (patch)
tree37a6ebeb7ed032defabe8e55abe6dad4b27f5208 /src/backend/executor
parentce54c024d9bf3022690dc84a17f1207aceec430a (diff)
downloadpostgresql-e7f7950f6741a799bdf1dc3d2dbcb85e1b0a3c8c.tar.gz
postgresql-e7f7950f6741a799bdf1dc3d2dbcb85e1b0a3c8c.zip
Forbid marking an identity column as nullable.
GENERATED ALWAYS AS IDENTITY implies NOT NULL, but the code failed to complain if you overrode that with "GENERATED ALWAYS AS IDENTITY NULL". One might think the old behavior was a feature, but it was inconsistent because the outcome varied depending on the order of the clauses, so it seems to have been just an oversight. Per bug #16913 from Pavel Boev. Back-patch to v10 where identity columns were introduced. Vik Fearing (minor tweaks by me) Discussion: https://postgr.es/m/16913-3b5198410f67d8c6@postgresql.org
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions