Row count mismatch post pg_dump piped restore

From: chandrakant sharma <mike(dot)ck007(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Row count mismatch post pg_dump piped restore
Date: 2016-02-15 11:27:50
Message-ID: CALBC4UuFkUeaBvJaP6gfBXA3zP_LfaD76qfLFgp_YYogKQ2sDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello Team,

I tried using the following command line argument to restore a table on the
fly using pg_dump. The source and target dbs are GP. The process completed
successfully however, the number of rows in the target were higher than as
compared to source. The difference was greater the 1K rows.

Here is the command line used:
pg_dump -a -x -U remote_user -h remote_server -t table_to_copy source_db |
psql target_db

Version of pg_dump being used:
pg_dump (PostgreSQL) 8.4.20

--
Thanks and Regards
Chandrakant Sharma

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2016-02-15 13:12:31 Re: Standbys using commas in application_name cannot become sync nodes
Previous Message pravin 2016-02-15 08:02:40 BUG #13961: Unexpected behaviour of JSONB_SET if the new_value is null