On Fri, 8 Feb 2013, Dave Cramer wrote:
> Would this be an postgresql specific escape sequence ? I don't think the
> spec allows for this does it ?
>
Yes, this would be a postgresql jdbc driver specific escape. The spec
doesn't have a concept of private escape sequences, but that doesn't seem
like the end of the world. Clearly the user here is writing postgresql
specific code to use hstore operators, so there's not a portability loss
here.
Kris Jurka