Обсуждение: pgAdmin III commit: Fix generated DDL for views

Поиск
Список
Период
Сортировка

pgAdmin III commit: Fix generated DDL for views

От
Guillaume Lelarge
Дата:
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(-)