Re: Array, bytea and large objects

Поиск
Список
Период
Сортировка
От Harald Fuchs
Тема Re: Array, bytea and large objects
Дата
Msg-id puy6wl84ia.fsf@srv.protecting.net
обсуждение исходный текст
Ответ на Array, bytea and large objects  (David Wall <d.wall@computer.org>)
Список pgsql-general
In article <4989E659.3000706@computer.org>,
David Wall <d.wall@computer.org> writes:

> If I have an "unlimited" number of name-value pairs that I'd like to
> get easy access to for flexible reports, could I store these in two
> arrays (one for name, the other for value) in a table so that if I had
> 10 name-value pairs or 200 name-value pairs, I could store these into
> a single row using arrays so I could retrieve all name-value pairs in
> a single SELECT from the db?

I would use the hstore contrib module for that.

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Pet Peeves?
Следующее
От: Sam Mason
Дата:
Сообщение: Re: running postgres