Re: questions about migrating form postgres 7 to 8

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Piotr Szałamacha <piotr(at)horyzont(dot)net>
Cc: pgsql-questions(at)postgresql(dot)org
Subject: Re: questions about migrating form postgres 7 to 8
Date: 2006-12-29 03:48:22
Message-ID: 1167364102.11662.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2006-12-28 at 10:03 +0100, Piotr Szałamacha wrote:
> Hello
>
> I have question - is it som kind of guide for migrating from Postgres 7
> to 8 database?
>
> I tried to simply dump 7 and inject it to 8 but operation failed.

Use the version 8 pg_dump to connect to version 7 postgresql.

>
> Regards
>
> PS
>
--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-12-29 04:09:04 Re: Why ContinueUpdateOnError is not implemented in npgsql
Previous Message Alvaro Herrera 2006-12-29 02:55:27 Re: convert(... using windows_1251_to_utf8) - works on cli, but not in a c prog.