Can't update table rows!Probably encoding issue? - Mailing list pgsql-admin

From Stefan Leitich
Subject Can't update table rows!Probably encoding issue?
Date
Msg-id 20060729173936.57490@gmx.net
Whole thread Raw
List pgsql-admin
Hi!

Due to a server upgrade (new machine) i ran into the following problem, can anyone give me a hint?

Since porting the database on the new machine I can't update table columns containing a multi-line string (ie.
containinga line break). 

The old system was configured as follows:
Postgres 7.3.2 and system wide locale set to 'en_US'.
pg.catalog.pg_settings.server_encoding = SQL_ASCII
pg.catalog.pg_settings.client_encoding = SQL_ASCII
pg.catalog.pg_settings.lc_* = C

The new system is configured as follows:
Postgres 7.3.15 and system wide locale set to 'de_AT.UTF8'.
pg.catalog.pg_settings.client_encoding = SQL_ASCII
pg.catalog.pg_settings.client_encoding = SQL_ASCII
pg.catalog.pg_settings.lc_* = de_AT

The migration between the systems was done by generating a database dump using pg_dump on the old system and pgsql with
thedump on the new system. 

Cheers
Stefan

pgsql-admin by date:

Previous
From: Mostafizur Rahaman Sohel
Date:
Subject: Scheduled backup in postgresql
Next
From: "Aaron Bono"
Date:
Subject: Re: Scheduled backup in postgresql