On Tue, Mar 4, 2014 at 2:07 AM, Teodor Sigaev <teodor(at)sigaev(dot)ru> wrote:
> No, type of this storage describes type of keys. For gin_hstore_ops each key
> and each value will be stored as a text value. The root of problem is a
> JavaScript or/and our numeric type. In JavaScript (which was a base for json
> type) you need explicitly point type of compare to prevent unpredictable
> result.
That's what I meant, I think. But I'm not sure what you mean:
Native Chrome JavaScript.
Copyright (c) 2013 Google Inc
25 == 25
=> true
25 == 25.0
=> true
--
Peter Geoghegan