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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Prohibit identity columns on typed tables and partitions
Дата
Msg-id CABUevEwFvMAzNdYsmSTdP5L4k2=RMTfXPr6S2QYwdBwwTvV1jg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Prohibit identity columns on typed tables and partitions  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: pgsql: Prohibit identity columns on typed tables and partitions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers


On Sat, Dec 9, 2017 at 8:43 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
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.

Spotted the separate report on it first, so a fix has been pushed.
 
--

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Typo in recent commit
Следующее
От: "Daniel Vérité"
Дата:
Сообщение: Re: proposal: alternative psql commands quit and exit