On Mon, Sep 26, 2011 at 9:57 AM, Robert Haas wrote:
> Does it work if you use EXECUTE?
Apologies to have not included the list when I replied to Pavel.
Re-writing it as a dynamic sql stmt indeed works. Sorry for the noise.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make
The following bug has been logged online:
Bug reference: 6222
Logged by: Fujii Masao
Email address: masao.fu...@gmail.com
PostgreSQL version: 9.2dev
Operating system: Linux hermes 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12
21:18:14 UTC 2011 i686 i686 i386 GNU/Linux
Descripti
On Sun, Sep 18, 2011 at 10:55 PM, Ramanujam wrote:
> The following bug has been logged online:
>
> Bug reference: 6213
> Logged by: Ramanujam
> Email address: innomot...@gmail.com
> PostgreSQL version: 9.0
> Operating system: linux x86_64
> Description: COPY does not wo
Craig Ringer writes:
> On 21/09/2011 4:25 PM, Lionel Elie Mamane wrote:
>> I added my initial patch, and as far as I understand, I have to send
>> the revised patch to the list before I can register it at the
>> commitfest. So here is my revised patch, that uses "const char *const * "
>> like else
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) writes:
>> There isn't terribly much we can do with this report unless you can
>> provide a complete test case to reproduce it.
> after some investigation, i think it is triggered by protocol-level prepare
> of ROLLBACK in an aborted transaction. does the