Re: row literal problem
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Merlin Moncure <mmoncure@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-07-18T21:31:06Z
Lists: pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes: > hm, it's the 'group by' -- for example if you add group by > pg_namespace.oid, group by pg_namespace.oid || 'abc', you can invent > columns that come back into the rowtype. Yeah, the whole-row variable is evidently picking up "resjunk" columns from the inner query. Haven't looked to see exactly where. regards, tom lane