OSDN Git Service

Please apply the patch at the end. Disables use of system
authorBruce Momjian <bruce@momjian.us>
Fri, 2 Oct 1998 21:53:39 +0000 (21:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 2 Oct 1998 21:53:39 +0000 (21:53 +0000)
commite5a8da02c2764e31423cb5303d05ceac6e186c32
treefdab78603bf6307b4d914c7882320d737b7e1613
parent2da5e598e6f4f560ea0ce5f4fa6a3eb4826b4d49
Please apply the patch at the end. Disables use of system
    columns of views at all (not only oid, cmin etc. too).
    pgsql=> select cmin from pg_rules;
    ERROR:  system column cmin not available - pg_rules is a view
    pgsql=> select * from pg_rules where pg_rules.oid = pg_class.oid;
    ERROR:  system column oid not available - pg_rules is a view
    pgsql=>

Jan
src/backend/rewrite/rewriteHandler.c