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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Refactored SQL of Functions and Procedures. Fixes #50
Дата
Msg-id E1imCMm-00049Q-EV@gothos.postgresql.org
обсуждение исходный текст
Список 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.toshniwal@enterprisedb.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(-)


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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [Feature-3452] Schema diff tool with Table, View, Materialized View, Functions and Procedures
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][RM#4772] Add aria-label attribute to buttons used ingraphical explain plan