RE: Postgres HStore implementation

2014-06-30 Thread Boblitz John
Thanks Chris! The part I was missing was the Annotation - I had almost completed a custom implementation, but this works well now. FWIW: With the latest jdbc4 driver from Postgres, a lot of the legwork is no longer needed. I'll do a write up of my solution and post it to the group - maybe it

Re: Postgres HStore implementation

2014-06-30 Thread Krzysztof
You'd need jdbc mapper for hstore (might be included in newer jdbc drivers), I use this one: /*- * * Gaia CU7 variability * * Copyright (C) 2005-2020 Gaia Data Processing and Analysis Cons