Partition table data not found in pg_dump

From: vinothcanwin <vincanwin(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Partition table data not found in pg_dump
Date: 2016-04-16 06:35:48
Message-ID: 1460788548367-5899056.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Partition tables are empty in backup while using pg_dump to take backup, but
those tables having data in database. Below is the command i am using to
take backup.

./pg_dump -i -h localhost -p 5432 -U postgres -F c -b -v -f /tmp/dump.sql
db_mydb

--
View this message in context: http://postgresql.nabble.com/Partition-table-data-not-found-in-pg-dump-tp5899056.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergei Agalakov 2016-04-16 19:33:21 Enhancement request for pg_dump
Previous Message Brent Wood 2016-04-16 02:12:15 Re: $foo $bar is BAD