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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to