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

Re: BUG #4196: Backend crash possible with psql


  • From: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
  • To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • Cc: pgsql-bugs(at)postgresql(dot)org
  • Subject: Re: BUG #4196: Backend crash possible with psql
  • Date: Mon, 26 May 2008 17:46:16 +0200
  • Message-id: <483ADB48(dot)4010001(at)ikoffice(dot)de>

Hello Tom,

Tom Lane schrieb:
Please show the values you are using for these database
parameters:
	client_encoding
	server_encoding
	lc_collate
	lc_ctype
	lc_messages
client_encoding: WIN1252
server_encoding: UTF8
lc_collate:      German_Germany.1252
lc_ctype:        German_Germany.1252
lc_messages:     German_Germany

Please let me know if you need more info. For me it looks like the server reads the localized error messages in system encoding (win1252), but assumes they are in utf8 in the server.

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