Re: BUG #2096: bug in a SPI sample document

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Yoshihisa Nakano" <nakano(dot)yosihisa(at)jp(dot)fujitsu(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2096: bug in a SPI sample document
Date: 2005-12-07 15:40:53
Message-ID: 530.1133970053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Yoshihisa Nakano" <nakano(dot)yosihisa(at)jp(dot)fujitsu(dot)com> writes:
> => INSERT INTO a VALUES (execq('SELECT * FROM a', 0) + 1);
> INFO: EXECQ: 0
> INSERT 167713 1

> I tried this example, but INFO showed 1, not 0.

Yeah ... the INSERT won't show an OID by default anymore, either.
Fixed; thanks for the report!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Nicolas Barbier 2005-12-07 21:09:09 Re: [PATCHES] Patch to allow contrib/pgbench files to have blank lines
Previous Message Tom Lane 2005-12-07 15:00:31 Re: BUG #2097: Union bug.