Re: [HACKERS] hstore patch, part 2

2009-04-09 Thread Andrew Gierth
> "Bruce" == Bruce Momjian writes: >> In the absence of feedback to the contrary, I will submit it for >> the first commitfest of 8.5, and maintain the pgfoundry version >> for 8.3 and 8.4. Bruce> Andrew, do you want to add it to the 8.5 commitfest: I will do so soon but I need to revis

Re: [HACKERS] hstore patch, part 2

2009-04-09 Thread Bruce Momjian
Andrew Gierth wrote: > > "David" == "David E Wheeler" writes: > > > On Mar 24, 2009, at 2:51 PM, Andrew Gierth wrote: > >> By popular demand, a version of this will go up on pgfoundry for > >> use with 8.3 etc. > > David> Wow. Nice stuff! I hope it's not too late for 8.4? > > I personal

Re: [HACKERS] hstore patch, part 2

2009-03-24 Thread Andrew Gierth
> "David" == "David E Wheeler" writes: > On Mar 24, 2009, at 2:51 PM, Andrew Gierth wrote: >> By popular demand, a version of this will go up on pgfoundry for >> use with 8.3 etc. David> Wow. Nice stuff! I hope it's not too late for 8.4… I personally have no expectation of it getting in

Re: [HACKERS] hstore patch, part 2

2009-03-24 Thread Josh Berkus
On 3/24/09 3:38 PM, David E. Wheeler wrote: On Mar 24, 2009, at 2:51 PM, Andrew Gierth wrote: By popular demand, a version of this will go up on pgfoundry for use with 8.3 etc. Wow. Nice stuff! I hope it's not too late for 8.4… It is for anything but the undocumented size limits, which are

Re: [HACKERS] hstore patch, part 2

2009-03-24 Thread David E. Wheeler
On Mar 24, 2009, at 2:51 PM, Andrew Gierth wrote: By popular demand, a version of this will go up on pgfoundry for use with 8.3 etc. Wow. Nice stuff! I hope it's not too late for 8.4… Best, David -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your su

Re: [HACKERS] hstore patch, part 2

2009-03-24 Thread Andrew Gierth
> "Andrew" == Andrew Gierth writes: Andrew> - many new functions and operators: Andrew> hstore = hstore returns hstore (equality) Andrew> hstore <> hstore returns hstore (inequality) Of course those should be hstore = hstore returns boolean (equality) hstore

[HACKERS] hstore patch, part 2

2009-03-24 Thread Andrew Gierth
Patch attached, also available at http://www.rhodiumtoad.org.uk/junk/hstore_20090324.patch.txt The user-visible changes are: - removal of previous 65535-byte limit on keys/values; both keys and values can now be as long as desired, within the 1GB limit for the whole hstore value (though