Re: case-insensitive Index - Mailing list pgsql-novice

From Tom Lane
Subject Re: case-insensitive Index
Date
Msg-id 5345.1153323893@sss.pgh.pa.us
Whole thread Raw
In response to Re: case-insensitive Index  ("Verena Ruff" <lists@triosolutions.at>)
Responses Re: case-insensitive Index
List pgsql-novice
"Verena Ruff" <lists@triosolutions.at> writes:
> I didn't specify a locale when I called initdb, so it should be
> postgreSQL's standard C, or? How can check the locale of a database?

It'd depend on what LANG/LC_ALL settings initdb was run under.
Use "show lc_collate" to check.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Verena Ruff"
Date:
Subject: Re: Query optimization / automatic re-ordering of tables
Next
From: "Verena Ruff"
Date:
Subject: Re: case-insensitive Index