Thread: pgAdmin III commit: Allow renaming a domain

pgAdmin III commit: Allow renaming a domain

From
Guillaume Lelarge
Date:
Allow renaming a domain

The patch uses the ALTER TYPE statement before 9.2, and the new ALTER DOMAIN
statement in 9.2+.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=219cb2ac967cfe97652682fb8aa04f293bf9295c

Modified Files
--------------
CHANGELOG                 |    1 +
pgadmin/dlg/dlgDomain.cpp |   12 ++++++++++--
2 files changed, 11 insertions(+), 2 deletions(-)