Обсуждение: pdAgmin bug: incorrect creation script for indexes with user operator class

Поиск
Список
Период
Сортировка

pdAgmin bug: incorrect creation script for indexes with user operator class

От
Данил Ильиных
Дата:
I create index:
create unique index <index_name> on <table_name> using btree
(<column_name> <operator_class_name>);

When I open pgAdmin and see creation script for table <table_name>.
<operator_class_name> is omitted.

Re: pdAgmin bug: incorrect creation script for indexes with user operator class

От
Guillaume Lelarge
Дата:
Le 09/04/2010 09:25, Данил Ильиных a écrit :
> I create index:
> create unique index <index_name> on <table_name> using btree
> (<column_name> <operator_class_name>);
>
> When I open pgAdmin and see creation script for table <table_name>.
> <operator_class_name> is omitted.
>

You're right. This feature is missing in 1.10 and older releases.
Complete support for operator classes is available in the
yet-to-be-released 1.12.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com