mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
- Fix the RM #3446 "plpgsql keyword should displayed in SQL pane for EPAS-11". - Procedures for EPAS 11 always created as 'edbspl', even though language is sql or plpgsql. - Not able to create Function/Procedure/Trigger function if the language is "C" for all supported database server. - Function creation for EPAS 9.6 and above when set "Window?" flag to "Yes". - Disable Volatility, Strict, Parallel, Estimated cost and Leak prof while creating procedures in EPAS 11 when language is not 'edbspl'. - Rename "default" folder to "11_plus" inside "pg" directory for procedures, as procedures are supported from PG11 onwards. - Creating/Deleting parameter in Procedure for PG 11. - Drop procedures with arguments for PG/EPAS 11. pg_proc table has added default value 'v' for Volatility, 100 for Cost and 'u' for Parallel for any language. All the three are not supported for Procedures in PG/EPAS 11 (excluding 'edbspl' language for EPAS). Fixed the issue where it is visible in properties panel if we create procedure using language 'plpgsql' or 'sql'.