pgAdmin 4 commit: Refactored SQL of Functions and Procedures. Fixes #50

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Refactored SQL of Functions and Procedures. Fixes #50
Date: 2019-12-31 07:55:00
Message-ID: E1imCMm-00049Q-EV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Refactored SQL of Functions and Procedures. Fixes #5024.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cc5c3776cabc4908847256f16b6eefa276761d07
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
.../databases/schemas/functions/__init__.py | 5 ++--
.../functions/pg/sql/11_plus/properties.sql | 15 ++++++-----
.../functions/pg/sql/12_plus/properties.sql | 15 ++++++-----
.../functions/pg/sql/9.2_plus/properties.sql | 11 +++++---
.../functions/pg/sql/9.5_plus/properties.sql | 11 +++++---
.../functions/pg/sql/default/properties.sql | 13 ++++++----
.../functions/ppas/sql/11_plus/properties.sql | 12 ++++++---
.../functions/ppas/sql/12_plus/properties.sql | 12 ++++++---
.../functions/ppas/sql/default/properties.sql | 11 +++++---
.../procedures/pg/sql/11_plus/properties.sql | 30 ++++++++++++++--------
.../procedures/ppas/sql/11_plus/properties.sql | 30 ++++++++++++++--------
.../procedures/ppas/sql/default/properties.sql | 29 +++++++++++++--------
.../pg/sql/11_plus/properties.sql | 10 +++++---
.../pg/sql/9.2_plus/properties.sql | 9 ++++---
.../pg/sql/default/properties.sql | 12 ++++++---
.../ppas/sql/11_plus/properties.sql | 10 +++++---
.../ppas/sql/9.2_plus/properties.sql | 9 ++++---
.../ppas/sql/default/properties.sql | 12 ++++++---
19 files changed, 163 insertions(+), 94 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-31 07:55:20 Re: [pgAdmin4][RM#4772] Add aria-label attribute to buttons used in graphical explain plan
Previous Message Aditya Toshniwal 2019-12-27 11:56:05 Re: [Feature-3452] Schema diff tool with Table, View, Materialized View, Functions and Procedures