[pgAdmin4][Patch] - RM 5885 - Macro Support - Not able to change the Name

2020-10-05 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #5885 - Macro Support - Not able to change the Name. Thanks, Khushboo RM_5885.patch Description: Binary data

pgAdmin 4 commit: Fixed issues where the 'pg_pltemplate' system catalog

2020-10-05 Thread Akshay Joshi
Fixed issues where the 'pg_pltemplate' system catalog is removed from PG 13 and it gives error while creating the language. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=542be2b2d47f7fe991f9182dbc78f964278773d8 Modified Files --

pgAdmin 4 commit: Fixed an issue where the user is unable to change the

2020-10-05 Thread Akshay Joshi
Fixed an issue where the user is unable to change the macro name. Fixes #5885 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c28509ac2880f7db5407395bde53beca33126601 Author: Khushboo Vashi Modified Files -- docs/en_US/release_not

pgAdmin 4 commit: Allow users to modify the option settings of the proc

2020-10-05 Thread Akshay Joshi
Allow users to modify the option settings of the procedure. refs #5843 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a77d4dc1a632c739b3b924d60ed1bbe636de288 Author: Pradip Parkale Modified Files -- .../schemas/functions/templa

Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql

2020-10-05 Thread Akshay Joshi
Thanks, patch applied. On Thu, Oct 1, 2020 at 2:25 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch to allow the user to modify the option > settings of the procedure. This issue was only for PPAS 11 and PPAS 12. > > On Wed, Sep 23, 2020

Re: [pgAdmin4][Patch] - RM 5885 - Macro Support - Not able to change the Name

2020-10-05 Thread Akshay Joshi
Thanks, patch applied. On Mon, Oct 5, 2020 at 1:20 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #5885 - Macro Support - Not > able to change the Name. > > Thanks, > Khushboo > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin H

pgAdmin 4 commit: Fixed feature tests for autocomplete.

2020-10-05 Thread Akshay Joshi
Fixed feature tests for autocomplete. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0a15fa64392b3009dafb79f960630e4b50ad08b Modified Files -- web/pgadmin/feature_tests/query_tool_auto_complete_tests.py | 6 +++--- 1 file changed,

pgAdmin 4 commit: Fixed PEP8

2020-10-05 Thread Akshay Joshi
Fixed PEP8 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcb2f833cd2e1a2ca736c944a03f299dac6384e8 Modified Files -- web/pgadmin/feature_tests/query_tool_auto_complete_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-

[pgAdmin][RM5822]: Unable to change Start value for existing sequence

2020-10-05 Thread Pradip Parkale
Hi Hackers, Please find the attached patch to allow the user to change the start value of the existing sequence. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM5855.patch Description: Binary data

pgAdmin 4 commit: Fixed invalid literal issue when fetching dependencie

2020-10-05 Thread Akshay Joshi
Fixed invalid literal issue when fetching dependencies for Materialized View. Fixed #5882 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9466278be2d429db707d90047a2a6219095d0e3c Modified Files -- docs/en_US/release_notes_4_27.rst

pgAdmin 4 commit: Ensure that the user should be able to change the sta

2020-10-05 Thread Akshay Joshi
Ensure that the user should be able to change the start value of the existing sequence. Fixes #5855 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4029cca04a368de0d8ca1b23a620403f4e287fe Author: Pradip Parkale Modified Files --