Re: case-insensitive Index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Verena Ruff" <lists(at)triosolutions(dot)at>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: case-insensitive Index
Date: 2006-07-19 15:44:53
Message-ID: 5345.1153323893@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Verena Ruff" <lists(at)triosolutions(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Verena Ruff 2006-07-19 15:49:05 Re: case-insensitive Index
Previous Message Verena Ruff 2006-07-19 15:44:52 Re: Query optimization / automatic re-ordering of tables