tinyows icon indicating copy to clipboard operation
tinyows copied to clipboard

Supporting PostgreSQL hstore ?

Open ocourtin opened this issue 13 years ago • 1 comments

PostgreSQL hstore attribute is not handled. Explore a way to handle such kind of storage, if possible.

ocourtin avatar Oct 14 '12 20:10 ocourtin

Better aim at JSONB with newest PostgreSQL releases ( >= 9.4). Maybe using views on such non-relational columns can be an option.

vpicavet avatar Jun 13 '14 15:06 vpicavet