pgAdmin 4 commit: Fixed an issue where the procedure creation is failed

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 procedure creation is failed
Date: 2021-03-30 05:45:31
Message-ID: E1lR7Bz-0006ZG-Ii@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the procedure creation is failed when providing the Volatility option. Fixes #6293

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a29890368c055ee524327107d323001719bcaab2

Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 2 ++
.../functions/templates/functions/ppas/sql/9.5_plus/create.sql | 2 +-
.../functions/templates/procedures/ppas/sql/11_plus/create.sql | 4 ++--
.../functions/templates/procedures/ppas/sql/11_plus/update.sql | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-03-30 05:46:18 Re: [pgAdmin] [patch] RM5319 [Code Coverage] Improve API test cases for Server module
Previous Message Steve Chavez 2021-03-29 23:41:20 Re: CLI for Schema Diff