Add check for matching column collations in ALTER TABLE ... INHERIT.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Apr 2011 20:22:13 +0000 (16:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Apr 2011 20:22:13 +0000 (16:22 -0400)
commit49a642ab1802ea4cd80f9c184e7699219688197f
tree8f14abc74b73bf34646c6fe3d5d11f7c453e6605
parentc94732585647437291ec3f4a9902eeffc65a6945
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.
src/backend/commands/tablecmds.c