pgAdmin III commit: Beautify the query shown in the SQL pane for the fu

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Beautify the query shown in the SQL pane for the fu
Date: 2014-10-28 11:35:50
Message-ID: E1Xj542-0008NV-AX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Beautify the query shown in the SQL pane for the functions having multiple
arguments.

Reviewed by Sanket Mehta and small modification done by Ashesh Vashi.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ea803ad68290bb506fd2148ee8ea8f4176e34197
Author: J.F. Oster <jinfroster(at)mail(dot)ru>

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/include/schema/pgFunction.h | 2 +-
pgadmin/schema/pgFunction.cpp | 12 +++++++++---
3 files changed, 13 insertions(+), 4 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2014-10-28 11:36:17 Re: PATCH: Stored procedure large parameter list
Previous Message Sanket Mehta 2014-10-28 10:27:29 Re: PATCH: Support smallserial columns in Edit Data window