Errors with pg_dump - Mailing list pgsql-admin

From Andre Schubert
Subject Errors with pg_dump
Date
Msg-id 20020828103802.021a92a9.andre@km3.de
Whole thread Raw
List pgsql-admin
Hi all,

i have a little problem with dumping and restoring my databases.
It seems that if i dump a schema from a database then that data
were dumped in wrong order.
For example, i have plpgsql-functions used for check-constraints
in some tables.
The create function statements come after the create table statement
of the table using this function as check-constraint.
The same behavior with views.
I have some views were the create view statement comes before the
create table statement in the dumped file.

Are these errors known or do i have misconfigured pg_dump?

Regards, as

pgsql-admin by date:

Previous
From: Casey Allen Shobe
Date:
Subject: Multiple keys?
Next
From: Richard Poole
Date:
Subject: Re: Multiple keys?