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

2017-12-09 Thread Magnus Hagander
On Sat, Dec 9, 2017 at 10:45 PM, Peter Eisentraut < peter.eisentr...@2ndquadrant.com> wrote: > On 12/9/17 05:47, Magnus Hagander wrote: > > > > > > On Sat, Dec 9, 2017 at 8:43 AM, Michael Paquier > > mailto:michael.paqu...@gmail.com>> wrote: > > > > On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisent

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

2017-12-09 Thread Peter Eisentraut
On 12/9/17 05:47, Magnus Hagander wrote: > > > On Sat, Dec 9, 2017 at 8:43 AM, Michael Paquier > mailto:michael.paqu...@gmail.com>> wrote: > > On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisentraut > wrote: > > Prohibit identity columns on typed tables and partitio

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

2017-12-09 Thread Magnus Hagander
On Sat, Dec 9, 2017 at 8:43 AM, Michael Paquier wrote: > On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisentraut 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 t

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

2017-12-08 Thread Michael Paquier
On Sat, Dec 9, 2017 at 2:26 AM, Peter Eisentraut 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(E