pgsql: Prohibit identity columns on typed tables and partitions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prohibit identity columns on typed tables and partitions
Date: 2017-12-08 17:26:59
Message-ID: E1eNMQN-0000JZ-7d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)paquier(at)gmail(dot)com>
Reviewed-by: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Reported-by: Мансур Галиев <gomer94(at)yandex(dot)ru>
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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-12-08 23:43:21 Re: pgsql: Prohibit identity columns on typed tables and partitions
Previous Message Peter Eisentraut 2017-12-08 16:24:48 pgsql: Fix mistake in comment