pg_dump bug?

From: "Thilo Hille" <thilo(at)resourcery(dot)de>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: pg_dump bug?
Date: 2003-10-29 12:28:38
Message-ID: 002301c39e18$2e6ffa00$0b00a8c0@resourcery.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,
I am using postgresl 7.2.3. Yesterday i have dumped a database using pg_dump
everthing was fine, but the dump was in the wrong order. There were indexes
and views createded before the corresponding table was created.
Its not a big deal but editing 250MB asciifiles isnt actually fun :)

i used "pg_dump dbname > dbname.sql" to dump and "pgsql dbname < dbname.sql"
to restore the database.

Did i missed something?
Are files dumped with pg_dump supposed to be restored with pg_restore or is
it a bug?

Regards
Thilo Hille

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jim Beckstrom 2003-10-29 13:50:50 foxpro to postgresql 7.x
Previous Message Godshall Michael 2003-10-29 04:29:51 Re: Postgres and Crystal Reports