oids vs composite types, in cvs head

Поиск
Список
Период
Сортировка
От Andrew - Supernews
Тема oids vs composite types, in cvs head
Дата
Msg-id slrndcm78n.evl.andrew+nonews@trinity.supernews.net
обсуждение исходный текст
Ответы Re: oids vs composite types, in cvs head  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
This works on 7.4 and 8.0 but not in cvs head:

create function foo(pg_type) returns oid as 'select $1.oid' language sql;
ERROR:  column "oid" not found in data type pg_type
CONTEXT:  SQL function "foo"

Is this intentional, or did the no-oids-by-default changes cut too deep?

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Dbsize backend integration
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Dbsize backend integration