Hi On Fri, Oct 21, 2016 at 4:16 PM, Surinder Kumar <[email protected]> wrote: > Hi > > This fix is for exclusion constraint. > The options like "order" and "nulls" must be conditional. i.e. include only > when access method type is other than "gist".
When creating an index, the asc/desc options are disabled if gist/gin used. I think they also should be here. Also, what about gin indexes in this case? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
