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

From Bruce Momjian
Subject Re: [HACKERS] select + order by
Date
Msg-id 199905170101.VAA20770@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] select + order by  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: [HACKERS] select + order by  (jwieck@debis.com (Jan Wieck))
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.

I just did a make clean, initdb, etc, and got:
test=> select usename as aaa from pg_user order by usename;aaa     --------postgres(1 row)

Looks good to me.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] v6.5 release ToDo