pgAdmin III commit: Fix SQL when creating index with collation and oper

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix SQL when creating index with collation and oper
Date: 2011-07-04 19:52:26
Message-ID: 201107041952.p64JqQRT043193@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix SQL when creating index with collation and operator class

The order of the collation clause and the operator class clause was wrong. This
patch uses the valid syntax.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d01231baf112215bd92f1ec64a8e74172f114bf7
Author: Thom Brown <thom(at)linux(dot)com>

Modified Files
--------------
pgadmin/schema/pgIndex.cpp | 44 ++++++++++++++++++++------------------------
1 files changed, 20 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-04 19:53:03 Re: [BUG] Index operator class + collation = bad SQL
Previous Message Guillaume Lelarge 2011-07-04 07:10:36 Re: Fwd: Discussion - Search Objects