"Jolly Chen" <jolly@gauntletsystems.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