Re: db - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: db
Date
Msg-id Pine.LNX.4.33.0307011907320.32766-100000@leary.csoft.net
Whole thread Raw
In response to db  ("Daniel Phlander" <phlander@friendnet.org>)
Responses Re: db  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-jdbc

On Tue, 1 Jul 2003, Daniel Phlander wrote:

>
> Hello! I have a problem: I have installed PostgreSQL 7.3.3 and I have
> also put in the db a ( /usr/local/pgsql/bin/pg_dumpall > backup.sql ),
> which I made from a PostgreSQL 7.2.4.  backup.sql; has uploaded with
> no problem, but now in the applications on which I work I have to make
> backup.sql from PgSQL 7.3.3 and to put into PgSQL 7.2.4., but I see
> this is not working (I have errors). I want to know how can I put a
> backup.sql made on a PgSQL 7.3.3 and to upload it into PgSQL 7.2.4. ?
> I look forward to hear from you! Thanks. Daniel

pg_dump only allows moving to an equal or greater version of postgresql,
so you're kind of out of luck moving 7.3.3 -> 7.2.4

Kris Jurka


pgsql-jdbc by date:

Previous
From: "Daniel Phlander"
Date:
Subject: db
Next
From: Kris Jurka
Date:
Subject: Re: Populating a database with huge amounts of data