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 <[email protected]> Reviewed-by: Amit Langote <[email protected]> Reported-by: Мансур Галиев <[email protected]> Bug: #14866 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/005ac298b1bdc3e9bd19e5ee2bcf7e320ebe4130 Modified Files -------------- src/backend/parser/parse_utilcmd.c | 13 +++++++++++++ src/test/regress/expected/identity.out | 12 ++++++++++++ src/test/regress/sql/identity.sql | 16 ++++++++++++++++ 3 files changed, 41 insertions(+)
