pgsql: Add check for matching column collations in ALTER TABLE ... INHE - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add check for matching column collations in ALTER TABLE ... INHE
Date
Msg-id E1QBYUO-00050s-Vt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add check for matching column collations in ALTER TABLE ... INHERIT.

The other DDL operations that create an inheritance relationship were
checking for collation match already, but this one got missed.

Also fix comments that failed to mention collation checks.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49a642ab1802ea4cd80f9c184e7699219688197f

Modified Files
--------------
src/backend/commands/tablecmds.c |   19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Support a COLLATE clause in plpgsql variable declarations.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump to handle collations applied to columns of composite