2010/9/24 KaiGai Kohei <[email protected]>: > 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
