Subbiah Stalin-XCGF84 wrote:
The following is the message we had got while setting up postgres database. This message was overlooked when we setup but now we have found the discrepancies. For now the database are created with encode type as UTF8 but the locale settings are ISO8859-1 in postgresql.conf. The question i have is, what will be impact if we don't use any multibyte characters in the mix.

If you only use ASCII characters, then there will be no effect. Else, you might experience incorrect results and possibly crashes when doing sort operations or other string manipulation operations on the affected strings.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to