Re: pg_dump directory format and proper ordering - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dump directory format and proper ordering
Date
Msg-id 1832919.1623376575@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump directory format and proper ordering  (Wells Oliver <wells.oliver@gmail.com>)
Responses Re: pg_dump directory format and proper ordering
List pgsql-admin
Wells Oliver <wells.oliver@gmail.com> writes:
> Hi: I wanted to check on something: if I pg_dump four schemas in directory
> format with a selection of schemas, and then pg_restore, I'm assuming psql
> will know the order of priority for restoration, meaning it will restore
> schema A first if schema B/C/D depend on those entities, right?

It tracks dependencies at the per-object level.  I'm not aware of any
way that a schema as such could depend on another, but it should take
care of correct restoration order for the objects within them.

            regards, tom lane



pgsql-admin by date:

Previous
From: Wells Oliver
Date:
Subject: pg_dump directory format and proper ordering
Next
From: Wells Oliver
Date:
Subject: Re: pg_dump directory format and proper ordering