pgAdmin 4 commit: Proper SQL should be generated when create functionw - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Proper SQL should be generated when create functionw
Date
Msg-id E1gkQeo-00021q-SJ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Proper SQL should be generated when create function with return type as custom type argument. Fixes #3774

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69f689522446c3581a80e198736deeea6d0cc488

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                                        | 1 +
.../schemas/functions/templates/function/gpdb/sql/default/create.sql    | 2 +-
.../schemas/functions/templates/function/pg/sql/11_plus/create.sql      | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/default/create.sql      | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/create.sql    | 2 +-
11 files changed, 11 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Remove hacky way to open/close the dropdown-submenu
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][RM3695] Long name is not displayed completely in Dropconfirmation pop up screen for server group