Re: Problems upgrading from 7.2.1 to 7.2.4

From: Erik Ronström <kvarken(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems upgrading from 7.2.1 to 7.2.4
Date: 2003-05-08 12:29:42
Message-ID: 20030508122942.20201.qmail@web13803.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hmm, going from 7.2.1 to 7.2.4 doesn't require a dump and restore, it
> should just read the same files.

Found out that was a multibyte encoding error:

psql: FATAL 1: database was initialized with MULTIBYTE encoding 7,
but the backend was compiled without multibyte support.
looks like you need to initdb or recompile.

Looks like I have to recompile. But which encoding is #7? Is it LATIN0?
And am I supposed to run ./configure with just one --enable-multibyte,
or can i enable several multibyte encodings?

Erik

__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-05-08 13:06:30 Re: GENERAL: PostgreSQL Inquiry
Previous Message Martijn van Oosterhout 2003-05-08 12:01:08 Re: Problems upgrading from 7.2.1 to 7.2.4