Re: How to interpret 'depends on' errors in pg_restore? - Mailing list pgsql-general

From Tom Lane
Subject Re: How to interpret 'depends on' errors in pg_restore?
Date
Msg-id 3571436.1711634406@sss.pgh.pa.us
Whole thread Raw
In response to [MASSMAIL]How to interpret 'depends on' errors in pg_restore?  (Fire Emerald <fire.github@gmail.com>)
Responses Re: How to interpret 'depends on' errors in pg_restore?  (Fire Emerald <fire.github@gmail.com>)
List pgsql-general
Fire Emerald <fire.github@gmail.com> writes:
> Then i did a pg_restore -d target --verbose -Fc file.dump and saw in the 
> output this:

> 5145 0 730750 TABLE subpartitions backends_y2024w03 userA
> ;        depends on: 237
> .... and so on ...

That is not an error, it's just verbose display of one of the items
in the dump.

> Nothing was restored.

You would need to show us the actual errors.  (Suggestion:
leave off --verbose, it's just clutter.)  A guess though is
that the import failed because of foreign key constraints.
--data-only mode is not good at ordering the table loads to
ensure that FK constraints are satisfied on-the-fly.

            regards, tom lane



pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Problems caused by type resolution for the iso-8859-1 type
Next
From: Adrian Klaver
Date:
Subject: Re: Inquiry on Participating in the Korean Translation Project for PostgreSQL Documentation