pgAdmin 4 commit: Ensure estimated rows are included correctly inCREAT

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Ensure estimated rows are included correctly inCREAT
Дата
Msg-id E1eMxGV-0007no-O7@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure estimated rows are included correctly in CREATE script for functions. Fixes #2651

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27bdd8ddbc1b6c408d2bf956468160f04397c98c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/databases/schemas/functions/__init__.py       | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/update.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/default/create.sql      | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/update.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/create.sql    | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/update.sql    | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/create.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/update.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.6_plus/create.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.6_plus/update.sql  | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/update.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/update.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/default/create.sql      | 2 +-
.../functions/templates/trigger_function/pg/sql/default/update.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 +-
.../functions/templates/trigger_function/ppas/sql/default/create.sql    | 2 +-
29 files changed, 29 insertions(+), 29 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Correct names for the Japanese translators:
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Make the "Save Changes" prompts in the query toolopt