[pgadmin-hackers] pgAdmin 4 commit: Make $ quoting consistent. Fixes #1525

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Make $ quoting consistent. Fixes #1525
Дата
Msg-id E1dIBuX-0001AZ-UU@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Make $ quoting consistent. Fixes #1525

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cd3484d936ec76f654918c4fe7c812257b631dcd
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.6_plus/update.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/default/create.sql    | 4 ++--
.../schemas/functions/templates/function/pg/sql/default/update.sql    | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.6_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/default/create.sql  | 4 ++--
.../schemas/functions/templates/function/ppas/sql/default/update.sql  | 4 ++--
16 files changed, 32 insertions(+), 32 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch][RM_2448]: Multiple buttonpresses to switch boolean fields
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To make $ quoting consistent