pgAdmin 4 commit: Remove unnecessary whitespace from stored procedureS - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Remove unnecessary whitespace from stored procedureS
Date
Msg-id E1dS3Kt-0003LE-QU@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove unnecessary whitespace from stored procedure SQL. Fixes #2146

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0aa763b70680707136036ed1b7d3f994e70161de
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../schemas/functions/templates/procedure/ppas/sql/9.2_plus/create.sql | 3 +--
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/create.sql | 3 +--
.../schemas/functions/templates/procedure/ppas/sql/9.6_plus/create.sql | 3 +--
.../schemas/functions/templates/procedure/ppas/sql/default/create.sql  | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Allow debugging of functions in packages. Fixes#1948
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] To fix the issue in Debugger & Procedure modulefor EPAS server