Re: row literal problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: row literal problem
Date
Msg-id 2603.1342647066@sss.pgh.pa.us
Whole thread Raw
In response to Re: row literal problem  (Merlin Moncure <mmoncure@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: bgwriter, regression tests, and default shared_buffers settings
Next
From: Tom Lane
Date:
Subject: Re: bgwriter, regression tests, and default shared_buffers settings