Re: inherits clause for CREATE TYPE? - - Mailing list pgsql-hackers

From Osahon Oduware
Subject Re: inherits clause for CREATE TYPE? -
Date
Msg-id CAGpiUSjErAfQ16Nho56-vH46B8=Kyfxc2oby+H6V+U4GzavBXA@mail.gmail.com
Whole thread Raw
In response to Re: inherits clause for CREATE TYPE? -  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
THE TRUTH CANNOT BE HIDDEN
**Explosion in my car.....

On Wed, 18 Dec 2019, 20:06 Tom Lane, <tgl@sss.pgh.pa.us> wrote:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> My idea is implement inherits clause for CREATE TYPE command.

-1.  We have enough problems dealing with alterations of inherited
rowtypes already.  As long as inheritance is restricted to tables,
we can use table locking to help prevent problems --- but there's
no provision for locking free-standing types.  And introducing
locking on types would cost way more than this seems likely to be
worth.

                        regards, tom lane


pgsql-hackers by date:

Previous
From: Osahon Oduware
Date:
Subject: Re: inherits clause for CREATE TYPE? -
Next
From: Osahon Oduware
Date:
Subject: Re: Restore backup file "with oids"