Re: ORDER BY 'criteria'

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ian Barwick <barwick(at)gmx(dot)net>
Cc: gearond(at)cvc(dot)net, pgsql-general(at)postgresql(dot)org
Subject: Re: ORDER BY 'criteria'
Date: 2003-01-24 04:16:40
Message-ID: 10048.1043381800@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ian Barwick <barwick(at)gmx(dot)net> writes:
> The short answer is "no" (I am happy to be proven wrong of course ;-).
> As far as PostgreSQL is concerned, the locale used to determine sorting
> order is predefined at initdb and can't be changed dynamically.
> I don't know what the SQL standards say about this.

The SQL spec envisions attaching a locale specification to each
individual column. We don't support that ... yet. (There's been
a good deal of talk about it, and we'd like to handle it someday.)
At present, Ian is right: initdb determines the sort order for the
database cluster it creates.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2003-01-24 04:19:16 Re: Compiling 7.2.3 on RH 8.0
Previous Message Josh Berkus 2003-01-24 04:04:40 Re: Compiling 7.2.3 on RH 8.0