pgAdmin 4 commit: Remove unnecessary whitespace from stored procedureS

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Remove unnecessary whitespace from stored procedureS
Дата
Msg-id E1dS3Kt-0003LE-QU@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Allow debugging of functions in packages. Fixes#1948
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] To fix the issue in Debugger & Procedure modulefor EPAS server