pgsql: Issue clearer notice when inherited merged columns are moved

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Issue clearer notice when inherited merged columns are moved
Date: 2014-09-03 15:54:36
Message-ID: E1XPCtI-0001a4-SO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Issue clearer notice when inherited merged columns are moved

CREATE TABLE INHERIT moves user-specified columns to the location of the
inherited column.

Report by Fatal Majid

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4011f8c98bd8bb67715449d2db5fc97dffa6a41f

Modified Files
--------------
src/backend/commands/tablecmds.c | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-09-03 18:33:02 pgsql: Document use of partial indexes for partial unique constraints
Previous Message Heikki Linnakangas 2014-09-02 13:00:29 pgsql: Check number of parameters in RAISE statement at compile time.