pg_dumpall

From: Oleg Lebedev <olebedev(at)waterford(dot)org>
To: Postgres SQL Mailing List <pgsql-sql(at)postgresql(dot)org>
Subject: pg_dumpall
Date: 2002-05-13 21:28:22
Message-ID: 3CE02FF5.ABDC8CC@waterford.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,
I am upgrading from Postgres7.1.3 to Postgres7.2.1 and dumped all the
data to a file with
pg_dumpall -o > dump
When I go throught the dump file it turns out that some views are
created before the base relations are created. When I try to import the
dump file in Postgres 7.2.1 some of the views are not created because if
this.
Why the order of created data objects is wrong?
I kept view definitions in several files, but I would still like to know
how to move data between releases consistently.
thanks,

Oleg

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-05-14 01:47:51 Re: Various PostgreSQL questions
Previous Message Marc SCHAEFER 2002-05-13 16:33:37 Various PostgreSQL questions