pgsql: Make the columns is_insertable_into and is_updatable behave

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the columns is_insertable_into and is_updatable behave
Date: 2009-01-14 21:12:09
Message-ID: 20090114211209.2B060754877@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-14 21:18:30 pgsql: Remove empty #ifdef block.
Previous Message Peter Eisentraut 2009-01-14 20:01:52 pgsql: Make error messages match backend style.