encoding???

From: Carol Walter <walterc(at)indiana(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: encoding???
Date: 2008-02-26 19:41:45
Message-ID: 5AE10E7F-7AAD-4717-83E8-CD49BAE49F6F@indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings...

I'm really confused about something. I hope you'll help. I have a
client who wants to use Asian Character data. The database he wants
to use is set to SQL_ASCII, the default. I thought there might be an
ALTER DATABASE command that would change this, but I've been through
the documentation and it says that encoding is done at the client
level and is changed with a set statement. I assumed that would be
like setting the search path so I tried it and I was able to set the
encoding for my session to UTF8. I guess my question is how does
this work, where the database is set to use one encoding sequence and
it is set for the client session to something else.

Carol Walter

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Hannes Dorbath 2008-02-26 22:06:41 Re: encoding???
Previous Message Tom Lane 2008-02-26 15:40:58 Re: How to reindex when unable to open relation?