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 15:21:43
Message-ID: 22195.1131031303@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:
> testdb=# select sum as s from v1;
> sum
> -----
> 3
> (1 row)

Good catch. 8.0 and earlier get this right, so it's a regression we
induced somewhere in 8.1 development ... wonder where?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-03 15:54:17 Re: pg_dumpall bug & feature request
Previous Message Bernhard Weisshuhn 2005-11-03 15:12:33 BUG #2019: tsearch2-related coredump