Ensure estimated rows are included correctly in CREATE script for functions. Fixes #2651
Branch
------
WEBPACK_DEVEL2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27bdd8ddbc1b6c408d2bf956468160f04397c98c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>
Modified Files
--------------
.../server_groups/servers/databases/schemas/functions/__init__.py | 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/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/function/ppas/sql/default/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/create.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.6_plus/create.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.6_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/default/create.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/default/update.sql | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.2_plus/create.sql | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.5_plus/create.sql | 2 +-
.../functions/templates/trigger_function/ppas/sql/default/create.sql | 2 +-
29 files changed, 29 insertions(+), 29 deletions(-)