Re: pgsql: Prohibit identity columns on typed tables and partitions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Prohibit identity columns on typed tables and partitions
Дата
Msg-id CAB7nPqT1EBF3vv3byc5gFWcPtTLS1VEAmxAUP_sz2AXf8J+tNQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgsql: Prohibit identity columns on typed tables and partitions  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> 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.

+                               (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
+                                errmsg("identify columns are not
supported on partitions")));
Er... s/identify/identity/. My fault I guess.
-- 
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Leftover reference to replacement selection 1 run case
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Speeding up pg_upgrade