BUG #2065: Problem with language conversion in pg_dump - Mailing list pgsql-bugs

From Wim Audenaert
Subject BUG #2065: Problem with language conversion in pg_dump
Date
Msg-id 20051122155058.518B3F0B1E@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #2065: Problem with language conversion in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2065
Logged by:          Wim Audenaert
Email address:      wima85@hotmail.com
PostgreSQL version: 8.1.0.2
Operating system:   Windows XP
Description:        Problem with language conversion in pg_dump
Details:

I have a database created with encoding UTF8 while I used SQL_ASCII for the
installation of Postgres 8.1.0.

When I try to do a pg_dump of my database, I get the following error
message:

pg_dump: SQL command failed
pg_dump: Error message from server: ERROR:  cache lookup failed for function
170
39
pg_dump: The command was: SELECT tableoid, oid, adnum,
pg_catalog.pg_get_expr(ad
bin, adrelid) AS adsrc FROM pg_catalog.pg_attrdef WHERE adrelid =
'23268'::pg_ca
talog.oid

I looked for the function 17039 in the pg_proc table, and this function
doesn't exist. It does exists in an older version of the database (8.0).

I tried to use the encoding parameter in pg_dump, but without success.

What can I do resolve this problem?

pgsql-bugs by date:

Previous
From: "tr"
Date:
Subject: BUG #2064: retrieving more the 6 columns from a table via c#
Next
From: Tom Lane
Date:
Subject: Re: BUG #2065: Problem with language conversion in pg_dump