diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-02 21:53:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-02 21:53:39 +0000 |
commit | e5a8da02c2764e31423cb5303d05ceac6e186c32 (patch) | |
tree | fdab78603bf6307b4d914c7882320d737b7e1613 /src/interfaces/python/tutorial | |
parent | 2da5e598e6f4f560ea0ce5f4fa6a3eb4826b4d49 (diff) | |
download | postgresql-e5a8da02c2764e31423cb5303d05ceac6e186c32.tar.gz postgresql-e5a8da02c2764e31423cb5303d05ceac6e186c32.zip |
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
Diffstat (limited to 'src/interfaces/python/tutorial')
0 files changed, 0 insertions, 0 deletions