pgAdmin III commit: Support the new check_option parameter of views

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Support the new check_option parameter of views
Дата
Msg-id E1X2Ml4-0003cG-Sm@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Support the new check_option parameter of views  ("J.F. Oster" <jinfroster@mail.ru>)
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: New columns in 9.4 pg_stat_activity
Следующее
От: "J.F. Oster"
Дата:
Сообщение: Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE