Prohibit identity columns on typed tables and partitions
Peter Eisentraut <peter_e@gmx.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_utilcmd.c | modified | +13 −0 |
| src/test/regress/expected/identity.out | modified | +12 −0 |
| src/test/regress/sql/identity.sql | modified | +16 −0 |