pgAdmin 4 commit: Fixed an issue where the 'PARALLEL UNSAFE' option is - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the 'PARALLEL UNSAFE' option is
Date
Msg-id E1kKzba-0003JM-4Y@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the 'PARALLEL UNSAFE' option is missing from reverse engineering SQL of function/procedure node.
Fixes#5843. 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2e55b1f660f4615fde8510f0358a528454b453a0
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                                     | 1 +
.../schemas/functions/templates/functions/pg/sql/11_plus/create.sql   | 4 ++--
.../schemas/functions/templates/functions/pg/sql/12_plus/create.sql   | 4 ++--
.../schemas/functions/templates/functions/ppas/sql/12_plus/create.sql | 4 ++--
.../functions/templates/functions/ppas/sql/9.6_plus/create.sql        | 4 ++--
.../functions/templates/procedures/ppas/sql/11_plus/create.sql        | 4 ++--
.../functions/templates/procedures/ppas/sql/9.6_plus/create.sql       | 4 ++--
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_comment.sql      | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_param.sql        | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/create_procedure.sql        | 2 +-
10 files changed, 16 insertions(+), 15 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql