Create index ... On ... (lower(field1), lower(field2)) doesn't work?

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Create index ... On ... (lower(field1), lower(field2)) doesn't work?
Дата
Msg-id 008d01c23e6d$d28e1740$0b01a8c0@johnpark.net
обсуждение исходный текст
Список pgsql-general
> Creating indexes on multiple function-modified fields is
> illegal...  Parser bug?
...

Doh!!  Sorry...
testdb=# select version();
PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96

--
Glen Parker
glenebob@nwlink.com


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

Предыдущее
От: "Glen Parker"
Дата:
Сообщение: Create index ... On ... (lower(field1), lower(field2)) doesn't work?
Следующее
От: Gregory Seidman
Дата:
Сообщение: Re: CREATE FUNCTION