pgAdmin 4 commit: Remove an extra blank line at the start of the SQL fo

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove an extra blank line at the start of the SQL fo
Date: 2021-10-07 12:35:27
Message-ID: E1mYScR-0007sm-5I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove an extra blank line at the start of the SQL for function, procedure, and trigger function. Fixes #6797

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d65930a8a666e254a055be13c9938ec6830cda47
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_6_1.rst | 20 ++++++++++++++++++++
.../servers/databases/schemas/functions/__init__.py | 18 ++++++++++++------
3 files changed, 33 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-07 12:35:48 Re: [pgAdmin][RM-6797]: SQL code displayed in second line for function, procedure and trigger function
Previous Message Akshay Joshi 2021-10-07 12:34:57 pgAdmin 4 v6.0 Released