pgAdmin III commit: Add support for range types (9.2+) - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add support for range types (9.2+)
Date
Msg-id E1SObAe-000216-6D@gothos.postgresql.org
Whole thread Raw
Responses Re: pgAdmin III commit: Add support for range types (9.2+)
List pgadmin-hackers
Add support for range types (9.2+)

Branch
------
master

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

Modified Files
--------------
CHANGELOG                       |    1 +
pgadmin/dlg/dlgType.cpp         |  199 +++++-
pgadmin/include/dlg/dlgType.h   |    2 +
pgadmin/include/schema/pgType.h |   69 ++-
pgadmin/schema/pgType.cpp       |   49 ++
pgadmin/ui/dlgType.xrc          |   88 ++
pgadmin/ui/xrcDialogs.cpp       | 1707 ++++++++++++++++++++++-----------------
7 files changed, 1360 insertions(+), 755 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Forgot to update CHANGELOG, and XRC C++ file in my
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix my previous commit...