Re: pg_dump of partitioned table not working. - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump of partitioned table not working.
Date
Msg-id 1680962.1606952548@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump of partitioned table not working.  (Ron <ronljohnsonjr@gmail.com>)
Responses Re: pg_dump of partitioned table not working.  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: pg_dump of partitioned table not working.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Ron <ronljohnsonjr@gmail.com> writes:
> What am I missing?

There's no data in a partitioned table per se, so the result is
not surprising.

What you need here is something like "pg_dump -t measurement*"
to indicate that you want measurement's child tables too, but
AFAIR pg_dump has no such feature.  Maybe we should add it.

            regards, tom lane



pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_dump of partitioned table not working.
Next
From: "David G. Johnston"
Date:
Subject: Re: pg_dump of partitioned table not working.