Question about hstore

Started by Ivan Pavlovover 17 years ago2 messagesgeneral
Jump to latest
#1Ivan Pavlov
ivan.pavlov@gmail.com

I installed the hstore module (http://www.postgresql.org/docs/current/
static/hstore.html) because I have a situation where I prefer to use
hstore instead of XML.

Everything works great, but I saw that after installing the module I
actually have two new datatypes: hstore and ghstore. The last one is
not documented.

So my question is: what is the difference between hstore and ghstore?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Ivan Pavlov (#1)
Re: Question about hstore

Ivan Pavlov <ivan.pavlov@gmail.com> writes:

So my question is: what is the difference between hstore and ghstore?

AFAICS ghstore is the storage type used in gist indexes for hstore
columns. Presumably it's not documented because it's not useful
for user purposes.

regards, tom lane