pgAdmin III commit: Support the new check_option parameter of views - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Support the new check_option parameter of views
Date
Msg-id E1X2Ml4-0003cG-Sm@gothos.postgresql.org
Whole thread Raw
Responses Re: pgAdmin III commit: Support the new check_option parameter of views
List pgadmin-hackers
Support the new check_option parameter of views

Branch
------
master

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

Modified Files
--------------
CHANGELOG                       |    1 +
pgadmin/dlg/dlgView.cpp         |   50 +++++++++++++++++++++++++++++++++++----
pgadmin/include/schema/pgView.h |   11 ++++++++-
pgadmin/schema/pgView.cpp       |   23 +++++++++++++++++-
pgadmin/ui/dlgView.xrc          |   23 ++++++++++++++++--
5 files changed, 99 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: New columns in 9.4 pg_stat_activity
Next
From: "J.F. Oster"
Date:
Subject: Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE