oids vs composite types, in cvs head - Mailing list pgsql-hackers

From Andrew - Supernews
Subject oids vs composite types, in cvs head
Date
Msg-id slrndcm78n.evl.andrew+nonews@trinity.supernews.net
Whole thread Raw
Responses Re: oids vs composite types, in cvs head  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Dbsize backend integration
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Dbsize backend integration