pgAdmin 4 commit: Fixed an issue where the Owner is not displayed in th - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the Owner is not displayed in th
Date
Msg-id E1n0i5P-0004Ip-Gn@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the Owner is not displayed in the reverse engineering SQL for Procedures. Fixes #7077

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d0ed91d315260e3cf7b7b23ce1ca3a28fe55b3d
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_4.rst                                    | 1 +
.../functions/templates/procedures/pg/sql/11_plus/create.sql        | 6 ++++++
.../functions/templates/procedures/pg/sql/14_plus/create.sql        | 6 ++++++
.../functions/templates/procedures/ppas/sql/11_plus/create.sql      | 6 ++++++
.../functions/templates/procedures/ppas/sql/14_plus/create.sql      | 6 ++++++
.../functions/templates/procedures/ppas/sql/9.6_plus/create.sql     | 6 ++++++
.../functions/templates/procedures/ppas/sql/default/create.sql      | 6 ++++++
.../functions/tests/pg/11_plus/alter_proc_change_grantee_priv.sql   | 3 +++
.../schemas/functions/tests/pg/11_plus/alter_proc_comment.sql       | 3 +++
.../schemas/functions/tests/pg/11_plus/alter_proc_param.sql         | 3 +++
.../schemas/functions/tests/pg/11_plus/create_procedure.sql         | 3 +++
.../functions/tests/pg/12_plus/alter_proc_change_grantee_priv.sql   | 3 +++
.../schemas/functions/tests/pg/12_plus/alter_proc_comment.sql       | 3 +++
.../schemas/functions/tests/pg/12_plus/alter_proc_param.sql         | 3 +++
.../schemas/functions/tests/pg/12_plus/create_procedure.sql         | 3 +++
.../functions/tests/pg/14_plus/alter_proc_change_grantee_priv.sql   | 2 ++
.../schemas/functions/tests/pg/14_plus/alter_proc_comment.sql       | 2 ++
.../schemas/functions/tests/pg/14_plus/alter_proc_param.sql         | 2 ++
.../schemas/functions/tests/pg/14_plus/create_atomic_proc.sql       | 3 +++
.../schemas/functions/tests/pg/14_plus/create_procedure.sql         | 2 ++
.../functions/tests/ppas/11_plus/alter_proc_change_grantee_priv.sql | 3 +++
.../schemas/functions/tests/ppas/11_plus/alter_proc_comment.sql     | 3 +++
.../schemas/functions/tests/ppas/11_plus/alter_proc_param.sql       | 3 +++
.../schemas/functions/tests/ppas/11_plus/create_procedure.sql       | 3 +++
.../schemas/functions/tests/ppas/11_plus/test_procedures.json       | 2 +-
.../functions/tests/ppas/12_plus/alter_proc_change_grantee_priv.sql | 3 +++
.../schemas/functions/tests/ppas/12_plus/alter_proc_comment.sql     | 3 +++
.../schemas/functions/tests/ppas/12_plus/alter_proc_param.sql       | 3 +++
.../schemas/functions/tests/ppas/12_plus/create_procedure.sql       | 3 +++
.../functions/tests/ppas/14_plus/alter_proc_change_grantee_priv.sql | 2 ++
.../schemas/functions/tests/ppas/14_plus/alter_proc_comment.sql     | 2 ++
.../schemas/functions/tests/ppas/14_plus/alter_proc_param.sql       | 2 ++
.../schemas/functions/tests/ppas/14_plus/create_atomic_proc.sql     | 3 +++
.../schemas/functions/tests/ppas/14_plus/create_procedure.sql       | 2 ++
.../tests/ppas/9.6_plus/alter_proc_change_grantee_priv.sql          | 3 +++
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_comment.sql    | 3 +++
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_opt.sql        | 3 +++
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_param.sql      | 3 +++
.../schemas/functions/tests/ppas/9.6_plus/create_procedure.sql      | 3 +++
.../schemas/functions/tests/ppas/default/alter_proc_comment.sql     | 3 +++
.../schemas/functions/tests/ppas/default/alter_proc_opt.sql         | 3 +++
.../schemas/functions/tests/ppas/default/alter_proc_param.sql       | 3 +++
.../schemas/functions/tests/ppas/default/create_procedure.sql       | 3 +++
43 files changed, 135 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][patch] Common table styles and other styling improvements
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Common table styles and other styling improvements