Re: [GENERAL] using hstore to store documents

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: [GENERAL] using hstore to store documents
Дата
Msg-id ce972c9f-0410-6c3a-a972-376b295ae127@2ndquadrant.com
обсуждение исходный текст
Ответ на [GENERAL] using hstore to store documents  (Rita <rmorgan466@gmail.com>)
Ответы Re: [GENERAL] using hstore to store documents  (Rita <rmorgan466@gmail.com>)
Список pgsql-general
On 01/26/2017 09:08 AM, Rita wrote:
> Is it possible to use hstore to store xml document?
>
> I would like to have
>
> "status" => "<xml>..."::xml
>

Keys/values in hstore are simply text strings, so you can store anything
you want formatted as a string.

Not sure if that's what you're looking for though, you'll probably need
to explain what you're trying to achieve to get better answers.

regards

--
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Rita
Дата:
Сообщение: [GENERAL] using hstore to store documents
Следующее
От: Rita
Дата:
Сообщение: Re: [GENERAL] using hstore to store documents