Thread: pgAdmin 4 commit: Fixed following issues for packages:

pgAdmin 4 commit: Fixed following issues for packages:

From
Akshay Joshi
Date:
Fixed following issues for packages:
  1) Removing the package header removes the body as well.
  2) Schema is not visible on the properties dialog.
  3) Reverse engineering SQL and Create script not showing schema-qualified packages.

Fixes #5410

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/packages/__init__.py           | 11 +++++++----
.../packages/templates/packages/ppas/9.1_plus/update.sql     | 10 +++++++---
.../packages/templates/packages/ppas/9.2_plus/update.sql     |  2 +-
.../tests/ppas/10_plus/alter_package_headers_and_comment.sql | 10 +++++-----
.../tests/ppas/10_plus/create_package_with_all_options.sql   | 12 ++++++------
.../ppas/9.2_plus/alter_package_headers_and_comment.sql      | 10 +++++-----
.../tests/ppas/9.2_plus/create_package_with_all_options.sql  | 12 ++++++------
7 files changed, 37 insertions(+), 30 deletions(-)