pgAdmin III commit: Allow renaming a domain

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow renaming a domain
Date: 2012-01-08 22:42:55
Message-ID: E1Rk1S3-0000A7-Oy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2012-01-09 11:23:01 Fixed FB 20417
Previous Message pgAdmin Trac 2012-01-07 21:32:03 Re: [pgAdmin III] #333: Graphical query builder controls