Re: Arrays advanced usage

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Arrays advanced usage
Дата
Msg-id Pine.BSF.4.21.0101221259480.15835-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Arrays advanced usage  (Florent Guillaume <florent.guillaume@mail.com>)
Список pgsql-general
On Fri, 19 Jan 2001, Florent Guillaume wrote:

> I just discoverred arrays, and I'm wondering if there's a way to do,
> given table t1 (v int4, a int4[]), a query that does in effect :
> "select v, i from t1 where EXISTS i SUCHTHAT a[i] = 45;"
>
> I know I can do it with a separate table and a join, but this would
> be much nicer.

Check out the code in contrib/array which provides extra
functions/operators for various common array types.


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

Предыдущее
От: Kyle
Дата:
Сообщение: optimizing "between" queries
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: Re: is PG able to handle a >500 GB Database?