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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Prohibit identity columns on typed tables and partitions
Date: 2017-12-08 23:43:21
Message-ID: CAB7nPqT1EBF3vv3byc5gFWcPtTLS1VEAmxAUP_sz2AXf8J+tNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisentraut <peter_e(at)gmx(dot)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 Content-Type Size
identity-errmsg-typo.patch application/octet-stream 641 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2017-12-09 02:58:52 pgsql: MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
Previous Message Peter Eisentraut 2017-12-08 17:26:59 pgsql: Prohibit identity columns on typed tables and partitions

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2017-12-09 01:02:28 Re: Speeding up pg_upgrade
Previous Message Peter Geoghegan 2017-12-08 23:41:44 Leftover reference to replacement selection 1 run case