Hi all,
I want to get rid of all those messages like "database system is ready to
accept connections" in the log file. -s is the appropiate command in pg_ctl, I
thought, but I still get those messages.
This is the command line to start pg:
/.../pg_ctl start -s -U ... -l /.../Log.txt -o "-p 123
'ü','u');
to this:
translate(upper($1),'ÄÖÜ','AOU')
Paul
Am 29.09.2009 um 14:36 schrieb Maximilian Tyrtania:
am 29.09.2009 11:21 Uhr schrieb Scott Marlowe unter scott.marl...@gmail.com
:
On Tue, Sep 29, 2009 at 2:52 AM, Paul Gaspar > wrote:
Hi!
Hi!
We have big problems with collation in ORDER BY, which happens in
binary order, not alphabetic (lexicographical), like:.
A
B
Z
a
z
Ä
Ö
ä
ö
This is what we have done:
1. initdb -U myuser -E UTF-8 --locale=de_DE.UTF-8 -D /mydata
2. pg_ctl -U myuser -D /mydata -l logfile start
3. created