Missing PgAdmin Feature

Поиск
Список
Период
Сортировка
От yoursoft
Тема Missing PgAdmin Feature
Дата
Msg-id 44D1CC12.80709@freemail.hu
обсуждение исходный текст
Ответы Re: Missing PgAdmin Feature  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-support
Dear Developers,

Create varchar index with command:
CREATE INDEX name ON table (colum text_pattern_ops);

When you select index or table in left tree, In the reversed sql window 
you will see:
CREATE INDEX name ON table USING btree (column);

In the properties window of index you see:
operator classes: text_pattern_ops

I think in the reversed sql window should be:
CREATE INDEX name ON table (colum text_pattern_ops);

If you backup the table, you will find in the sql script:
CREATE INDEX name ON table (colum text_pattern_ops);
(it is good)

Best Regards,   Ferenc Lutischan


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

Предыдущее
От: "ben sewell"
Дата:
Сообщение: Cannot run pgAgent after install
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Missing PgAdmin Feature