Please help regarding partial index

Поиск
Список
Период
Сортировка
От Alan Wayne
Тема Please help regarding partial index
Дата
Msg-id 20020515223009.95572.qmail@web21205.mail.yahoo.com
обсуждение исходный текст
Список pgsql-general
Hi all!

This is trully embarassing--why is my parser choking
on this (am I missing a ' or something?):

create unique index idx_zpeople_ichart on zpeople
(ichart) where ichart > 0;

It says it can't parse in or around "where".

zpeople is:

create zpeople (....ichart int2....) .
Zpeople was created successfully.

Thanks,
ajw


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: XML from postgreSQL tables
Следующее
От: Sean Chittenden
Дата:
Сообщение: Should be easy enough to get this result (or is it possible?)...