aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/tutorial/syscat.pyc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-02 21:53:39 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-02 21:53:39 +0000
commite5a8da02c2764e31423cb5303d05ceac6e186c32 (patch)
treefdab78603bf6307b4d914c7882320d737b7e1613 /src/interfaces/python/tutorial/syscat.pyc
parent2da5e598e6f4f560ea0ce5f4fa6a3eb4826b4d49 (diff)
downloadpostgresql-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/syscat.pyc')
0 files changed, 0 insertions, 0 deletions