pgAdmin 4 commit: Fix RE-SQL for Trigger Functions which was missing an

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix RE-SQL for Trigger Functions which was missing an
Дата
Msg-id E1bWiZA-0005va-AM@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix RE-SQL for Trigger Functions which was missing an 'AS'. Fixes #1524

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7cf4ac2474c9ed111519929ff54f55522ad54768
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../functions/templates/trigger_function/pg/sql/9.1_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.1_plus/create.sql   | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.2_plus/create.sql   | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.5_plus/create.sql   | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1524 - Reverse engineered SQL for Trigger Functions missing "AS"
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Sequence related validation/fixes. Fixes #1119