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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Prohibit identity columns on typed tables and partitions
Дата
Msg-id 9b14d7f2-6c90-80af-66d5-d7e075809ea5@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Prohibit identity columns on typed tables and partitions  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pgsql: Prohibit identity columns on typed tables and partitions  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On 12/9/17 05:47, Magnus Hagander wrote:
> 
> 
> On Sat, Dec 9, 2017 at 8:43 AM, Michael Paquier
> <michael.paquier@gmail.com <mailto:michael.paquier@gmail.com>> wrote:
> 
>     On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisentraut <peter_e@gmx.net
>     <mailto: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.

Please also backpatch to PG10.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Speeding up pg_upgrade
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Prohibit identity columns on typed tables and partitions