pgAdmin 4 commit: Fixed an issue where the Owner is not displayed in th

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the Owner is not displayed in th
Date: 2021-12-24 10:46:07
Message-ID: E1n0i5P-0004Ip-Gn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-24 10:46:37 Re: [pgAdmin][patch] Common table styles and other styling improvements
Previous Message Aditya Toshniwal 2021-12-24 10:16:29 Re: [pgAdmin][patch] Common table styles and other styling improvements