"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