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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix SQL when creating index with collation and oper
Дата
Msg-id 201107041952.p64JqQH3043191@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=373c6b949ba8e4cbe3d3756f27a6a7dc68e2869b
Author: Thom Brown <thom@linux.com>

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Fwd: Discussion - Search Objects
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix SQL when creating index with collation and oper