]> granicus.if.org Git - postgresql/commit
Prohibit identity columns on typed tables and partitions
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Dec 2017 17:13:04 +0000 (12:13 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Dec 2017 17:13:04 +0000 (12:13 -0500)
commit005ac298b1bdc3e9bd19e5ee2bcf7e320ebe4130
tree5e16ea7135c6bfcf08b23690a74056b6d04dc197
parentaf9f8b7ca343eefa33b693d7919d8f945aeee3e7
Prohibit identity columns on typed tables and partitions

Those cases currently crash and supporting them is more work then
originally thought, so we'll just prohibit these scenarios for now.

Author: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Reported-by: Мансур Галиев <gomer94@yandex.ru>
Bug: #14866
src/backend/parser/parse_utilcmd.c
src/test/regress/expected/identity.out
src/test/regress/sql/identity.sql