pgAdmin 4 commit: Remove unnecessary whitespace from stored procedure S

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove unnecessary whitespace from stored procedure S
Date: 2017-07-03 15:32:27
Message-ID: E1dS3Kt-0003LE-QU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-03 15:32:41 Re: [pgAdmin4][Patch] To fix the issue in Debugger & Procedure module for EPAS server
Previous Message Dave Page 2017-07-03 15:30:20 pgAdmin 4 commit: Allow debugging of functions in packages. Fixes #1948