pgAdmin III commit: Fix generated DDL for views

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix generated DDL for views
Date: 2014-07-09 21:51:04
Message-ID: E1X4zlY-0006KU-CI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)ru>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2014-07-09 21:51:34 Re: pgAdmin III commit: Support the new check_option parameter of views
Previous Message J.F. Oster 2014-07-09 16:24:56 PATCH: new feature for Query tool: Favourites injection