pgsql: Make the columns is_insertable_into and is_updatable behave

Started by Peter Eisentrautover 17 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Log Message:
-----------
Make the columns is_insertable_into and is_updatable behave uniformly
correctly. They are supposed to examine which kinds of rules are present,
which they did in some of the info schema views but not in others.

Modified Files:
--------------
pgsql/src/backend/catalog:
information_schema.sql (r1.48 -> r1.49)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql?r1=1.48&r2=1.49)