Re: Pg dump of parent table instead of taking child table - Mailing list pgsql-admin

From Erik Wienhold
Subject Re: Pg dump of parent table instead of taking child table
Date
Msg-id ea7b3fca-5270-4fb5-b295-6c9b9c94e25f@ewie.name
Whole thread Raw
In response to Pg dump of parent table instead of taking child table  (Sathish Reddy <sathishreddy.postgresql@gmail.com>)
Responses Re: Pg dump of parent table instead of taking child table
List pgsql-admin
On 2024-09-13 13:30 +0200, Sathish Reddy wrote:
> We are trying to take parent table backup included all child tables data
> into dump plan format.but we are getting failed to achieve.

1) Which Postgres version?

2) What pg_dump options did you use?

3) What output/error do you get?

4) What does the database schema look like?  Are you using table
   inheritance or foreign keys for the parent-child relationship?

-- 
Erik



pgsql-admin by date:

Previous
From: Sathish Reddy
Date:
Subject: Pg dump of parent table instead of taking child table
Next
From: Sathish Reddy
Date:
Subject: Re: Pg dump of parent table instead of taking child table