Re: pgsql: Prohibit identity columns on typed tables and partitions - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pgsql: Prohibit identity columns on typed tables and partitions
Date
Msg-id CAB7nPqT1EBF3vv3byc5gFWcPtTLS1VEAmxAUP_sz2AXf8J+tNQ@mail.gmail.com
Whole thread Raw
Responses Re: pgsql: Prohibit identity columns on typed tables and partitions
List 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

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Leftover reference to replacement selection 1 run case
Next
From: Bruce Momjian
Date:
Subject: Re: Speeding up pg_upgrade