Comments on UTF8 postgresql database
Brought to you by:
acarboni
When generating database scripts for postgreSQL UTF8 databases, column comments that include non ANSI chars (ex: ã, õ, etc.) produces the following error:
ERROR: invalid byte sequence for encoding "UTF8": 0xe36f20
HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding"
Externally converting the sql file to utf8 solves this problem.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"