Thread: pgsql: Change "restoring" to "processing" in message from pg_dump

pgsql: Change "restoring" to "processing" in message from pg_dump

From
Magnus Hagander
Date:
Change "restoring" to "processing" in message from pg_dump

The same message is used in both pg_restore and pg_dump, and it's
confusing to output "restoring data for table xyz" when the user
is just doing a pg_dump.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d074805fd42d077e850d69ca46fafc0dddf42671

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)