Re: [HACKERS] [DOCS] synchronize_seqscans' description is a bit misleading

2013-04-11 Thread Gurjeet Singh
On Wed, Apr 10, 2013 at 11:56 PM, Tom Lane wrote: > Gurjeet Singh writes: > > So, again, it is not guaranteed that all the scans on a relation will > > synchronize with each other. Hence my proposal to include the term > > 'probability' in the definition. > > Yeah, it's definitely not "guarantee

Re: [DOCS] [PATCH] Fix discrepancy in hstore_to_json_loose documentation

2013-04-11 Thread Andrew Dunstan
On 04/10/2013 08:36 AM, Marti Raudsepp wrote: Hi list, I was checking out the new JSON features coming in 9.3, really cool stuff! I noticed a small discrepancy in the documentation, the "hstore_to_json_loose" example uses hstore_to_json() by accident. Patch attached. Thanks, will fix. c