Errors with pg_dump

From: Andre Schubert <andre(dot)schubert(at)km3(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Errors with pg_dump
Date: 2002-08-28 08:35:31
Message-ID: 20020828103531.0abf145b.andre.schubert@km3.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andre Schubert 2002-08-28 08:38:02 Errors with pg_dump
Previous Message Casey Allen Shobe 2002-08-28 06:10:44 Multiple keys?