Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

SET client_encoding = 'UTF8'



Hello dear developers,

The command

   SET client_encoding = 'UTF8'

throws an exception in the driver, because the driver expects UNICODE. I understand exceptions for other encodings, but this is IMHO a must have. Out database scripts should contain this line at the beginning, to be able to dump them manually into the server, and which is actually more correct than a line that sets the encoding to 'UNICODE'.

Thanks in advance and with best regards,
Daniel Migowski



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group