Re: [BUGS] BUG #8198: ROW() literals not supported in an IN clause
On Wed, Jun 5, 2013 at 7:58 AM, Amit Kapila wrote: > On Wednesday, June 05, 2013 5:34 AM Rafał Rzepecki wrote: >> On Tue, Jun 4, 2013 at 12:35 PM, Amit Kapila >> wrote: >> > On Saturday, June 01, 2013 9:37 PM >> > >> >> Row type literals const
Re: [BUGS] BUG #8198: ROW() literals not supported in an IN clause
!IsA(rexpr, RowExpr)) - ereport(ERROR, - (errcode(ERRCODE_SYNTAX_ERROR), - errmsg("arguments of row IN must all be row expressions"), - parser_errposition(pstate, a->location))); + if (Is