Fixed an issue where whitespace in function bodies was not applied while generating the script using Schema Diff. Fixes #6620
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fcfe7fae5415e21e2366d4b42d0f89232c9376df Modified Files -------------- docs/en_US/release_notes_5_7.rst | 1 + .../server_groups/servers/databases/schemas/functions/__init__.py | 4 ---- .../schemas/functions/tests/ppas/9.6_plus/alter_proc_comment.sql | 2 +- .../schemas/functions/tests/ppas/9.6_plus/alter_proc_opt.sql | 2 +- .../schemas/functions/tests/ppas/9.6_plus/alter_proc_param.sql | 2 +- .../schemas/functions/tests/ppas/9.6_plus/create_procedure.sql | 2 +- 6 files changed, 5 insertions(+), 8 deletions(-)