Make the columns is_insertable_into and is_updatable behave uniformly

Peter Eisentraut <peter_e@gmx.net>

Commit: 8ae6b4c49f06d581395d36f649ddec2a82bea009
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-01-14T21:12:09Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +7 −1