Re: inherits clause for CREATE TYPE? -

Поиск
Список
Период
Сортировка
От Osahon Oduware
Тема Re: inherits clause for CREATE TYPE? -
Дата
Msg-id CAGpiUSjErAfQ16Nho56-vH46B8=Kyfxc2oby+H6V+U4GzavBXA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: inherits clause for CREATE TYPE? -  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Osahon Oduware
Дата:
Сообщение: Re: inherits clause for CREATE TYPE? -
Следующее
От: Osahon Oduware
Дата:
Сообщение: Re: Restore backup file "with oids"