Re: [HACKERS] select + order by

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] select + order by
Date: 1999-05-16 14:07:41
Message-ID: 18290.926863661@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> But
> 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?

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Vazsonyi Peter 1999-05-16 15:11:55 Re: [HACKERS] Re: sequences vs. transactions
Previous Message Tom Lane 1999-05-16 14:03:32 Re: [HACKERS] How good is FreeBSD for postgres ?