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(-)