pgsql: Make the columns is_insertable_into and is_updatable behave - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Make the columns is_insertable_into and is_updatable behave
Date
Msg-id 20090114211209.2B060754877@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Make error messages match backend style.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove empty #ifdef block.