2010/9/24 KaiGai Kohei <kaigai@ak.jp.nec.com>:
> If and when user create a table named 'pg_largeobject' on anywhere except
> for the 'pg_catalog' schema, the (SELECT oid FROM pg_class WHERE relname =
> 'pg_largeobject') may not return 2613.
Oh, dear, how embarassing. Perhaps it should be written as:
d.classoid = 'pg_catalog.pg_largeobject'::regclass.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company