Hi.
I am trying to store binary chars (Chinese, Japanese, etc) in a postgreSQL DB.
I was wondering what datatype I need to make the fields in order for it to store them correctly?
Thanks.
You need to compile postgres with locale and multibyte character support. Then the normal varchar and text fields should work fine.
Chris