Re: order by

From: Jodi Kanter <jkanter(at)virginia(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres SQL List <pgsql-sql(at)postgresql(dot)org>
Subject: Re: order by
Date: 2003-03-27 14:55:49
Message-ID: 007001c2f470$f4a936c0$de138f80@virginia.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I figured out how to run it and it says that LC_COLLATE and LC_CTYPE are
equal to en_US. Can someone please outline the steps to correcting this. I
thought we had done it correctly from initialization but apparently not.

If I need to reinitialize now will that mess with my current databases? Will
I have to shut down production, do a pg_dump and restore?

Other than the sort ordering are there any other problems with NOT having
the environment set to "C?"
Thanks
Jodi

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jodi Kanter" <jkanter(at)virginia(dot)edu>
Cc: "Postgres SQL List" <pgsql-sql(at)postgresql(dot)org>
Sent: Thursday, March 27, 2003 9:38 AM
Subject: Re: [SQL] order by

> Jodi Kanter <jkanter(at)virginia(dot)edu> writes:
> > When we originally initialized I set the LC_COLLATE=C. Was this not
enough?
>
> Should have been ... but see what pg_controldata says about the actual
> setting.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Julian Scarfe 2003-03-27 15:06:01 Re: order by
Previous Message Jodi Kanter 2003-03-27 14:51:10 Re: order by