Re: Japanese and PostgreSQL

Lists: pgsql-general
From: Deibys Fernando Quintero <d_fdo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Japanese and PostgreSQL
Date: 2003-11-19 05:10:41
Message-ID: 20031119051041.67695.qmail@web13807.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hello There ,
I hope u answer these questions:
I have installed postgresql DBMS , with SQL_ASCII
encoding, so far, it is working ok, I think I might
have probelems when manipulating the
strings(substring, lenght), but now I don't do i.
Could anyone tell me , with reasons, the best
encoding?
Also I would like to do text search, I 'd like to use
a full text search engine, Could anyone give me a hint
what
it is the best solution for japanese characters ?
I have looked at tsearch , but I am not sure.
I would appreciate any reply as soon as possible.

deibys

________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk


From: Jean-Michel POURE <jm(at)poure(dot)com>
To: Deibys Fernando Quintero <d_fdo(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Japanese and PostgreSQL
Date: 2003-11-20 11:06:33
Message-ID: 200311201206.33914.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Le Mercredi 19 Novembre 2003 06:10, Deibys Fernando Quintero a écrit :
> it is the best solution for japanese characters ?

You can use a Unicode database and pgAdmin3 client
which supports UTF-8 Unicode:

http://www.pgadmin.org

Best regards,
Jean-Michel