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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fixes #1123 - Options other than 'Create' are not ava
Дата
Msg-id E1b6xUq-00010f-8V@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.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(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Node issues under catalogs
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: To fix issue in procedure node (pgAdmin4)