Re: BUG #2017: column labels ignored on selects from views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jolly Chen" <jolly(at)gauntletsystems(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2017: column labels ignored on selects from views
Date: 2005-11-03 17:39:10
Message-ID: 24837.1131039550@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Jolly Chen" <jolly(at)gauntletsystems(dot)com> writes:
> Description: column labels ignored on selects from views

Fixed --- turns out the problem was in some recently-added code to
eliminate unnecessary SubqueryScan nodes. The resnames attached
to the SubqueryScan targetlist items have to be moved down to its
child node, not just dropped.

Thanks for the report!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message elein 2005-11-03 17:59:17 attislocal value changed with dump
Previous Message Antti Salmela 2005-11-03 17:29:38 Re: Failed CLUSTER seems to leave files behind