[pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL
Date: 2016-10-20 06:47:52
Message-ID: CAM5-9D-ti4O0bE3W_=puMMWPjO4qR525gYfKuGSYAiGow-AZdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

The options like "sort" and "nulls" must be conditional. i.e. include only
when access method type is other than "gist" or "gin".

Please find attached patch and review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM1840.patch application/octet-stream 1.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-10-20 06:58:51 Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited
Previous Message Dave Page 2016-10-20 06:45:02 Re: RM1849: Auto-generating security keys