Fix weird behaviour when changing column's collation If a user opens a table properties dialog, and tries to change the collation of a column, he gets a DROP COLUMN followed by a ADD COLUMN statements. If a user opens a column properties dialog (without the table properties dialog first), and tries to change the collation, he gets nothing.
Both behaviour are wrong. We should get an ALTER TABLE... ALTER COLUMN... TYPE... COLLATION... This patch fixes both issues. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5d43d434655c850ad1c2506036d0fbacde2f39a6 Author: Thom Brown <t...@linux.com> Modified Files -------------- pgadmin/dlg/dlgColumn.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers