Re:

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: amk(at)gmx(dot)at
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2002-01-15 08:59:16
Message-ID: 20020115085916.GA8214@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 14, 2002 at 04:05:37PM +0100, amk(at)gmx(dot)at wrote:
> Hello Postgres Gurus!
> ...
>
> this would be my preferred result: ==>
> select name from entries order by name;

How about:

mm=# select name from entries order by name;
name
--------
Äpfel
Birnen
Essig
Öl
Salz
(5 rows)

> Can I do this with PostgreSQL?

Sure, as the example above is copied from psql. :-)

Just make sure locale support is compiled into postgresql. That is, I
believe that's all. I cannot remember having to configure anything to get
this going.

Michael

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

  • at 2002-01-14 15:05:37 from amk

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Holger Krug 2002-01-15 09:17:40 Re:
Previous Message Georgy Zhukov 2002-01-15 08:00:49 Postgresql monitoring question