On tor, 2010-12-23 at 15:32 +0100, Jan Urbański wrote:
> with plpy.subxact():
> plpy.execute("insert into t values (1)")
> plpy.execute("insert into t values (2)")
> plpy.execute("ooops")
Looks pretty cool, but maybe s/subxact/subtransaction/.
Next: From: Kevin Grittner Date: 2011-02-02 21:42:54 Subject: Re: SSI patch version 14 Previous: From: Justin Pitts Date: 2011-02-02 21:25:00 Subject: Re: [HACKERS] Slow count(*) again...