select + order by

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: hackers(at)postgresql(dot)org
Subject: select + order by
Date: 1999-05-16 07:09:01
Message-ID: 199905160709.QAA00439@ext16.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, I have observed a strange behavior with current source tree.
For example,

select usename from pg_user order by usename;

is ok. But

select usename as aaa from pg_user order by usename;

will produce 2 column names: "aaa" and "usename". Is this normal?
---
Tatsuo Ishii

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-16 14:03:32 Re: [HACKERS] How good is FreeBSD for postgres ?
Previous Message The Hermit Hacker 1999-05-16 05:46:48 Re: [HACKERS] How good is FreeBSD for postgres ?