Re: Can I search for an array in csf?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Can I search for an array in csf?
Дата
Msg-id 200210211013.58430.dev@archonet.com
обсуждение исходный текст
Ответ на Can I search for an array in csf?  (Vernon Wu <vernonw@gatewaytech.com>)
Список pgsql-sql
On Friday 18 Oct 2002 1:58 pm, Vernon Wu wrote:
> One field of a table stores an array of characters in a string fromat as
> "a,b,c,d". Is anyway to apply a select statement without using stored
> procedure?
>
> Thanks for your input.

Not really,  and I can't think any way of accessing an index on this either.
Are you sure you wanted the characters stored this way? Even if the overhead
of a separate table isn't woth it, you might want to look into arrays and the
intarray stuff in contrib/

--  Richard Huxton


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

Предыдущее
От: Terry Yapt
Дата:
Сообщение: Re: Restricting a VIEW.
Следующее
От: "Tiago Moitinho"
Дата:
Сообщение: Select table from other database