pgAdmin III commit: Fix generated DDL for views

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix generated DDL for views
Дата
Msg-id E1X4zlY-0006KU-CI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix generated DDL for views

I've noticed that views for which I had never specified check_option
or security_barrier (in pgsql 9.3) have got incorrect DDL generated -
the "WITH (options)" clause is empty.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f452cbe2dc248cd1f7e08e7593c4628f15bd3e6f
Author: J.F. Oster <jinfroster@mail.ru>

Modified Files
--------------
pgadmin/schema/pgView.cpp |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "J.F. Oster"
Дата:
Сообщение: PATCH: new feature for Query tool: Favourites injection
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin III commit: Support the new check_option parameter of views