Re: Alias hstore's ? to ~ so that it works with JDBC - Mailing list pgsql-hackers

From Kris Jurka
Subject Re: Alias hstore's ? to ~ so that it works with JDBC
Date
Msg-id alpine.BSO.2.00.1302081238580.16054@leary.csoft.net
Whole thread Raw
In response to Re: Alias hstore's ? to ~ so that it works with JDBC  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Alias hstore's ? to ~ so that it works with JDBC  (Andrew Dunstan <andrew@dunslane.net>)
Re: Alias hstore's ? to ~ so that it works with JDBC  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers

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



pgsql-hackers by date:

Previous
From: Миша Тюрин
Date:
Subject: pending triggers infinite list
Next
From: Fujii Masao
Date:
Subject: Re: [PATCH] pg_isready (was: [WIP] pg_ping utility)