pgAdmin 4 commit: Fix issue where EXEC script doesn't write the complet

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix issue where EXEC script doesn't write the complet
Date: 2019-09-13 11:28:45
Message-ID: E1i8jkr-0000Uk-Mf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix issue where EXEC script doesn't write the complete script for Procedures. Fixes #4727

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
.../schemas/functions/templates/procedures/pg/sql/11_plus/node.sql | 2 +-
.../functions/templates/procedures/pg/sql/11_plus/properties.sql | 2 +-
.../schemas/functions/templates/procedures/ppas/sql/11_plus/node.sql | 2 +-
.../functions/templates/procedures/ppas/sql/11_plus/properties.sql | 2 +-
.../schemas/functions/templates/procedures/ppas/sql/default/node.sql | 2 +-
.../functions/templates/procedures/ppas/sql/default/properties.sql | 2 +-
7 files changed, 7 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-13 12:40:44 Re: [pgAdmin4][Patch] - RM 4742 - Can not create Primary key with Index & 4624 - RE-SQL/MSQL test cases for Primary Keys
Previous Message Akshay Joshi 2019-09-13 10:04:06 Re: [pgAdmin][RM4642] port should not be mandatory when a service is provided