Re: pgsql/src/backend/commands (creatinh.c)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql/src/backend/commands (creatinh.c)
Дата
Msg-id Pine.LNX.4.30.0012141743110.781-100000@peter.localdomain
обсуждение исходный текст
Ответ на pgsql/src/backend/commands (creatinh.c)  (tgl@postgresql.org)
Ответы Re: pgsql/src/backend/commands (creatinh.c)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
tgl@postgresql.org writes:

> Change StoreCatalogInheritance() to work from a list of parent relation
> OIDs rather than names.  Aside from being simpler and faster, this way
> doesn't blow up in the face of 'create temp table foo () inherits (foo)'.
> Which is a rather odd thing to do, but it seems some people want to.

Just wondering, is the "odd" thing here the 'temp', the empty column list,
or 2 times "foo"?

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


В списке pgsql-committers по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: [WEBMASTER] 'www/html/devel-corner index.html'
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql/src/backend/commands (creatinh.c)