pgAdmin 4 commit: Fixed following issues for packages: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following issues for packages:
Date
Msg-id E1jQr7y-0006Tw-Rq@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default
Next
From: Akshay Joshi
Date:
Subject: Re: [Patch][pgAdmin4]: Fix pgagent issues