pgAdmin 4 commit: Fixes #1123 - Options other than 'Create' are not ava

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1123 - Options other than 'Create' are not ava
Date: 2016-05-29 09:59:00
Message-ID: E1b6xUq-00010f-8V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes #1123 - Options other than 'Create' are not available in the
procedure node.

This patch also includes other fixes related 'procedure' node as below:
* Generate correct statement for dropping procedure.
* Fetch the missing schema name for the EXEC script.
* Removed the 'DROP CASCADE' menu options, as it is not supported by
procedure.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c96f28b66f43c5e8704a515805a87d5d93eed28e
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/databases/schemas/functions/__init__.py | 6 ++++++
.../schemas/functions/templates/procedure/js/procedures.js | 4 ++--
.../functions/templates/procedure/ppas/sql/9.1_plus/delete.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.2_plus/delete.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.5_plus/delete.sql | 2 +-
5 files changed, 11 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-29 09:59:03 Re: PATCH: To fix issue in procedure node (pgAdmin4)
Previous Message Ashesh Vashi 2016-05-29 09:53:02 Re: [pgAdmin4][Patch]: Node issues under catalogs