Re: [HACKERS] select + order by

Tatsuo Ishii <t-ishii@sra.co.jp>

From: Tatsuo Ishii <t-ishii@sra.co.jp>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tatsuo Ishii <t-ishii@sra.co.jp>, hackers@postgreSQL.org
Date: 1999-05-17T00:50:19Z
Lists: pgsql-hackers
> > 	select usename as aaa from pg_user order by usename;
> > will produce 2 column names: "aaa" and "usename". Is this normal?
> 
> No.  I am not seeing it here with sources from 12 May.  I am guessing
> this has something to do with Jan's recent fixes for group by/order by
> rewrites.  Do you see it when you use a plain table, rather than a view?

I see it with a plain table too.
---
Tatsuo Ishii