unique index on function and column

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема unique index on function and column
Дата
Msg-id 20020625175828.GA11107@wolff.to
обсуждение исходный текст
Ответы Re: unique index on function and column  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: unique index on function and column  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-sql
Is there a simple way to do something like the following:
create unique index inst_u_app on inst (lower(host), psport);

It looks like you can have an index on several columns, but not
several functions.




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

Предыдущее
От: alla@sergey.com (Alla)
Дата:
Сообщение: Re: rowtype and ecpg
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unique index on function and column