UTF-8 psql support

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: UTF-8 psql support
Date: 2003-01-07 13:15:16
Message-ID: 200301071415.16348.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear all,

Does psql support UTF-8 encoding?

>su postgres
>psql template1
>CREATE DATABASE foo_é WITH encoding = 'Unicode';
does not work.

It seems that Schema objects only accept ASCII letters.
Do I miss something?

Cheers,
Jean-Michel POURE

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Naeslund(f) 2003-01-07 13:29:30 Error using cursors/fetch and execute
Previous Message Dan Langille 2003-01-07 11:44:25 Re: [HACKERS] Have people taken a look at pgdiff yet?