Re: Create Table xtest (like xtype)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Create Table xtest (like xtype)
Дата
Msg-id 19826.1202340074@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Create Table xtest (like xtype)  (TJ O'Donnell <tjo@acm.org>)
Ответы Re: Create Table xtest (like xtype)  ("TJ O'Donnell" <tjo@acm.org>)
Список pgsql-sql
"TJ O'Donnell" <tjo@acm.org> writes:
> Create Type xtype As (a Integer, b Text);
> Create Table xtest (Like xtype);
> ERROR:  "xtype" is a composite type

Hmmm ... as you see, that's disallowed, but offhand it seems like it
wouldn't be very hard to allow it.  It might be as simple as relaxing
the relkind check.
        regards, tom lane


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

Предыдущее
От: Tom Hart
Дата:
Сообщение: Re: outer join issues
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Information schema permissions