pgAdmin 4 commit: 1) Proper SQL should be generated when creating/chang

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Proper SQL should be generated when creating/chang
Date: 2019-01-17 07:45:16
Message-ID: E1gk2MW-0007Y3-Ef@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Proper SQL should be generated when creating/changing column with custom type argument. Fixes #3838
2) Proper SQL should be generated when create procedure with custom type arguments. Fixes #3846

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 4 +++-
.../foreign_tables/templates/foreign_tables/sql/9.2_plus/create.sql | 2 +-
.../foreign_tables/templates/foreign_tables/sql/9.2_plus/update.sql | 4 ++--
.../foreign_tables/templates/foreign_tables/sql/9.5_plus/create.sql | 2 +-
.../foreign_tables/templates/foreign_tables/sql/9.5_plus/update.sql | 4 ++--
.../foreign_tables/templates/foreign_tables/sql/default/create.sql | 2 +-
.../foreign_tables/templates/foreign_tables/sql/default/update.sql | 4 ++--
.../schemas/functions/templates/function/gpdb/sql/default/create.sql | 2 +-
.../schemas/functions/templates/function/gpdb/sql/default/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/11_plus/create.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/11_plus/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/default/create.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/default/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/create.sql | 2 +-
.../schemas/functions/templates/procedure/pg/sql/11_plus/create.sql | 2 +-
.../schemas/functions/templates/procedure/pg/sql/11_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/11_plus/create.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/11_plus/update.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.2_plus/create.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.2_plus/update.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.5_plus/create.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.5_plus/update.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.6_plus/create.sql | 2 +-
.../functions/templates/procedure/ppas/sql/9.6_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/default/create.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/default/update.sql | 2 +-
.../types/templates/type/macros/get_full_type_sql_format.macros | 2 +-
39 files changed, 44 insertions(+), 42 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-17 07:57:17 pgAdmin 4 commit: Add right border on selected tree item.
Previous Message Aditya Toshniwal 2019-01-17 06:29:21 Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica