Обсуждение: Errors with pg_dump

Поиск
Список
Период
Сортировка

Errors with pg_dump

От
Andre Schubert
Дата:
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