From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Proper SQL should be generated when create function w |
Date: | 2019-01-18 09:41:46 |
Message-ID: | E1gkQeo-00021q-SJ@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Aditya Toshniwal | 2019-01-18 09:58:18 | Re: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group |
Previous Message | Ashesh Vashi | 2019-01-17 14:09:56 | Remove hacky way to open/close the dropdown-submenu |