pgsql: Prohibit identity columns on typed tables and partitions

Поиск
Список
Период
Сортировка
Искать

pgsql: 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 
Reviewed-by: Amit Langote 
Reported-by: Мансур Галиев 
Bug: #14866

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a2c6cf36608e10aa223fef49323b5feba344bfcf

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(+)

FAQ