"Jolly Chen" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to