Re: [GENERAL] Partition table data not found in pg_dump

2016-04-22 Thread Adrian Klaver
On 04/15/2016 11:35 PM, vinothcanwin wrote: 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 Not

[GENERAL] Partition table data not found in pg_dump

2016-04-18 Thread vinothcanwin
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://postgr