Teach pg_dump to quote reloption values safely.
Commit c7e27becd2e6eb93 fixed this on the backend side, but we neglected
the fact that several code paths in pg_dump were printing reloptions
values that had not gotten massaged by ruleutils. Apply essentially the
same quoting logic in those places, too.
Branch
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/b01828e97df66b7ae5e1f8a583e2dc509e13a365
Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 166 ++++++++++++++++++++++++++++++++++-----------
src/bin/pg_dump/pg_dump.h | 4 +-
2 files changed, 130 insertions(+), 40 deletions(-)