pgAdmin 4 commit: Don't specify ASC/DESC options for index types that d - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't specify ASC/DESC options for index types that d
Date
Msg-id E1bxXgq-0002tM-My@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Properly generate exclusion constraint SQL. Fixes #18
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL