Re: [pgAdmin][RM3851] Add proper indentation to the code whengenerating a stored procedure

Поиск
Список
Период
Сортировка
От Rahul Shirsat
Тема Re: [pgAdmin][RM3851] Add proper indentation to the code whengenerating a stored procedure
Дата
Msg-id CAKtn9dNY3xWNp3Qkr5M9xAuGVNMfjkvU=SxeSDNU0n9nkjdBGg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgAdmin][RM3851] Add proper indentation to the code whengenerating a stored procedure  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Ответы Re: [pgAdmin][RM3851] Add proper indentation to the code whengenerating a stored procedure
Список pgadmin-hackers
Hi Akshay,

I have made the relevant changes for existing and the new procedure, functions & triggers.

Please find the patch.

On Thu, Jun 25, 2020 at 12:21 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Rahul

I have tested your patch and the issue is not fixed. Create one Procedure, Function, and Trigger Function using below code without applying your patch:
BEGIN
      SELECT 1;
END;

Then apply your patch and check the SQL tab. 

On Wed, Jun 24, 2020 at 12:41 AM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Hi Hackers,

Please find the attached patch which fixes pg/ppas issues listed below:
  1. Stored procedure code indentation.
  2. Functions code indentation.
  3. Trigger Functions code indentation.
Please review.

--
Rahul Shirsat
Software Engineer | EnterpriseDB Corporation.


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246


--
Rahul Shirsat
Software Engineer | EnterpriseDB Corporation.
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed an issue where the semicolon is misplaced in RL
Следующее
От: Rahul Shirsat
Дата:
Сообщение: Re: [pgAdmin][RM3851] Add proper indentation to the code whengenerating a stored procedure