pgAdmin 4 commit: Don't specify ASC/DESC options for index types that d

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Don't specify ASC/DESC options for index types that d
Дата
Msg-id E1bxXgq-0002tM-My@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't specify ASC/DESC options for index types that don't support them. Fixes #1840

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/templates/index/sql/9.1_plus/create.sql          | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Properly generate exclusion constraint SQL. Fixes #18
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL