Prohibit identity columns on typed tables and partitions

Peter Eisentraut <peter_e@gmx.net>

Commit: 005ac298b1bdc3e9bd19e5ee2bcf7e320ebe4130
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-12-08T17:13:04Z
Releases: 11.0
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