Microsoft
Software
Hardware
Network
Question : How to change the encoding of the postgre in the client side using pg_set_client_encoding?
Hello,
I'm trying to import an Excel file using EMS SQL Manager for Postgre, but the error "09/07/2010 11:14 - Line 12: ERROR: invalid byte sequence for encoding "UTF8": 0xba" it's appearing. Searching in the posts, I've founded that we can use the command pg_set_client_encoding. So, I tried to execute it in this way: "pg_set_client_encoding('U
NICODE')" (removing the quotes too) but a syntax error appear.
Some idea?
Thanks.
Answer : How to change the encoding of the postgre in the client side using pg_set_client_encoding?
try
select pg_set_client_encoding('UN
ICODE');
Random Solutions
nginx - possible to rewrite based on referring url?
C# Books and training
Publishing Applications - Windows Server 2008
SQL injection problem on several pages. Any server side solution to this
SSO Internet Explorer and Sharepoint Services 2008
(hopefully) Simple Excel 2007/2010 question
Quickbooks 2010 QB crashes when trying to print to network printer
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
Converting example Outlook Redemption VBS to C#
How does the pointers of an inode's data block relattes to the logical block address of a SCSI device?