pgAdmin III commit: Add support for range types (9.2+)

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support for range types (9.2+)
Date: 2012-04-29 20:56:40
Message-ID: E1SObAe-000216-6D@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-04-29 21:19:24 pgAdmin III commit: Fix my previous commit...
Previous Message Guillaume Lelarge 2012-04-29 08:13:36 pgAdmin III commit: Forgot to update CHANGELOG, and XRC C++ file in my