Re: My honours project - databases using dynamically attached entity-properties

Поиск
Список
Период
Сортировка
Искать
От
Andrew Dunstan
Тема
Re: My honours project - databases using dynamically attached entity-properties
Дата
Msg-id
45FAA207.30401@dunslane.net
Ответ на
Список
Дерево обсуждения
My honours project - databases using dynamically attached entity-properties Edward Stanley <Edward.Stanley@mcs.vuw.ac.nz>
Re: My honours project - databases using dynamically attached entity-properties Heikki Linnakangas <heikki@enterprisedb.com>
Re: My honours project - databases using dynamically attached entity-properties Josh Berkus <josh@agliodbs.com>
Re: My honours project - databases using dynamically attached entity-properties "Andrew Hammond" <andrew.george.hammond@gmail.com>
Re: My honours project - databases using dynamically attached entity-properties Josh Berkus <josh@agliodbs.com>
Re: My honours project - databases using dynamically attached entity-properties "Joshua D. Drake" <jd@commandprompt.com>
Re: My honours project - databases using dynamically attached entity-properties Richard Huxton <dev@archonet.com>
Re: My honours project - databases using dynamically attached entity-properties Csaba Nagy <nagy@ecircle-ag.com>
Re: My honours project - databases using dynamically attached entity-properties "Andrew Hammond" <andrew.george.hammond@gmail.com>
Re: My honours project - databases using dynamically attached entity-properties Richard Huxton <dev@archonet.com>
Re: My honours project - databases using dynamically attached entity-properties Gregory Stark <stark@enterprisedb.com>
Re: My honours project - databases using dynamically attached entity-properties Josh Berkus <josh@agliodbs.com>
Re: My honours project - databases using dynamically attached entity-properties Ron Mayer <rm_pg@cheapcomplexdevices.com>
Re: My honours project - databases using dynamically attached entity-properties tomas@tuxteam.de
Re: My honours project - databases using dynamically attached entity-properties "A.M." <agentm@themactionfaction.com>
Re: My honours project - databases using dynamically attached entity-properties Csaba Nagy <nagy@ecircle-ag.com>
Re: My honours project - databases using dynamically attached entity-properties Gregory Stark <stark@enterprisedb.com>
Re: My honours project - databases using dynamically attached entity-properties Andrew Dunstan <andrew@dunslane.net>
Re: My honours project - databases using dynamically attached entity-properties tomas@tuxteam.de
Re: My honours project - databases using dynamically attached entity-properties Andrew Dunstan <andrew@dunslane.net>
Re: My honours project - databases using dynamically attached entity-properties tomas@tuxteam.de
Re: My honours project - databases using dynamically attached entity-properties Richard Huxton <dev@archonet.com>
Re: My honours project - databases using dynamically attached entity-properties Teodor Sigaev <teodor@sigaev.ru>
Re: My honours project - databases using dynamically attached entity-properties tomas@tuxteam.de
tomas@tuxteam.de wrote:
>
>> Does hstore nest? My impression is that it doesn't. Which might well not 
>> matter, of course.
>>     
>
> If what you mean is to have "mappings of mappings" then no.
>
> Hstore implements a data type for a (finite) mapping (a set of key -> value
> pairs, think "hash" for perl folks), with operations like "H1 contains
> H2" (in the sense that all key-value pairs in H2 are also in H1)
> supported by an index. Keys and values are strings.
>
>   

As a perl folk I think of hashes as nestable :-). Unlike hstore, the 
keys are strings but the values can be anything, including a hashref or 
arrayref.

Anyway, this means that you can't use hstore to cover the same field as 
YAML or JSON. That doesn't mean it's not useful - far from it.

cheers

andrew

В списке pgsql-hackers по дате отправления
От: Robert Treat
Дата:
Сообщение: Re: tsearch_core for inclusion
От: Tom Lane
Дата:
Сообщение: Re: UPDATE using sub selects
FAQ