pgsql: Forbid renaming columns of objects whose column names are - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Forbid renaming columns of objects whose column names are
Date
Msg-id 20100320004343.27EB27541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Forbid renaming columns of objects whose column names are system-generated.

KaiGai Kohei, with adjustments to the comments.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.328 -> r1.329)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.328&r2=1.329)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Modify error context callback functions to not assume that they
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clear error_context_stack and debug_query_string at the beginning