Re: [SQL] How to use hstore

2012-06-04 Thread Jan Eskilsson
Hi Sergey Thats exacly what i was looking for, thanks a million ! Best regards Jan Eskilsson 2012/6/5 Sergey Konoplev : > On Mon, Jun 4, 2012 at 4:08 PM, Jan Eskilsson wrote: >> My problem is that i would like to be able to retrieve a group of >> records from the hstore table and present them

Re: [SQL] How to use hstore

2012-06-04 Thread Sergey Konoplev
On Mon, Jun 4, 2012 at 4:08 PM, Jan Eskilsson wrote: > My problem is that i would like to be able to retrieve a group of > records from the hstore table and present them in a grid so I would > like to convert the hstore records back to the original table format. > In the manual i found an example

[SQL] How to use hstore

2012-06-04 Thread Jan Eskilsson
Hi all I log data in a table using a hstore field. My problem is that i would like to be able to retrieve a group of records from the hstore table and present them in a grid so I would like to convert the hstore records back to the original table format. In the manual i found an example how to c