Re: BUG #2065: Problem with language conversion in pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Wim Audenaert" <wima85(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2065: Problem with language conversion in pg_dump
Date: 2005-11-23 04:45:58
Message-ID: 10463.1132721158@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Wim Audenaert" <wima85(at)hotmail(dot)com> writes:
> When I create a new database, this function (oid 17039 and used for utf8
> translation) is not defined in the pg_proc table. I tried to create a new
> database. The pg_proc table contains several functions, but not this one.

Hmm, I see that utf8_to_tcvn() doesn't seem to be there anymore, but
whether that's a bug in itself is for someone else to answer (Tatsuo?).
What I'm wondering about is how a reference to a nonexistent function
OID got into your new database. There is no case in which pg_dump
should reference a function by OID.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hayden James 2005-11-23 07:20:07 Incorrect column identifer using AS in SELECT statement on a VIEW.
Previous Message Wim Audenaert 2005-11-23 04:39:02 Re: BUG #2065: Problem with language conversion in pg_dump