Re: order by is ambiguous - Mailing list pgsql-general

From Mike Nolan
Subject Re: order by is ambiguous
Date
Msg-id 200401081936.i08Jau7J007154@gw.tssi.com
Whole thread Raw
In response to Re: order by is ambiguous  (Travel Jadoo <jadoo@xs4all.nl>)
List pgsql-general
> Hmm but the first one has actually no name, it's just casted as datatype
> time. I now realise that casted columns get assigned the datatype as
> name. Should it not show  ?column? as output just like you a "select
> null;" would do?

i think you're confusing what the front end uses as a default column
heading with what the back end uses as a default column name.  '?column?'
would probably not meet SQL standards.
--
Mike Nolan

pgsql-general by date:

Previous
From: Oleg Lebedev
Date:
Subject: deferring/disabling unique index
Next
From: Mike Nolan
Date:
Subject: 7.4, 'group by' default ordering?