Re: ORDER BY 'criteria' - Mailing list pgsql-general

From Tom Lane
Subject Re: ORDER BY 'criteria'
Date
Msg-id 10048.1043381800@sss.pgh.pa.us
Whole thread Raw
In response to Re: ORDER BY 'criteria'  (Ian Barwick <barwick@gmx.net>)
List pgsql-general
Ian Barwick <barwick@gmx.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

pgsql-general by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Compiling 7.2.3 on RH 8.0
Next
From: Lamar Owen
Date:
Subject: Re: Compiling 7.2.3 on RH 8.0