Re: [HACKERS] select + order by - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] select + order by
Date
Msg-id 199905170050.JAA00615@ext16.sra.co.jp
Whole thread Raw
In response to Re: [HACKERS] select + order by  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] select + order by  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Open 6.5 items
Next
From: Tom Lane
Date:
Subject: GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)