Re: text_pattern_ops not shown in index command

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: text_pattern_ops not shown in index command
Дата
Msg-id 456ACCC3.30900@postgresql.org
обсуждение исходный текст
Ответ на text_pattern_ops not shown in index command  ("Andrus" <kobruleht2@hot.ee>)
Список pgadmin-support
Andrus wrote:
> To reproduce:
> 
> create table foo ( bar char(20));
> CREATE UNIQUE INDEX bar_pattern_idx ON foo(LOWER(bar) text_pattern_ops);
> 
> Observed in pgAdmin 1.6 post beta-1 table definition pane:
> 
> CREATE UNIQUE INDEX bar_pattern_idx
>   ON foo
>   USING btree
>   (lower(bar::text));
> 
> Expected:
> 
> text_pattern_ops must be present

Thanks, fixed in SVN.

Regards, Dave


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: vacuum tip question
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: [SQL] PgAgent [where is it?]