pgsql: pg_dump: Dump foreign options in prettier format

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Dump foreign options in prettier format
Date: 2012-01-05 19:14:21
Message-ID: E1RislZ-0000NI-KG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Dump foreign options in prettier format

Dump them using line breaks and indentation instead of everything on
one line.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7e53515480853604aac825bd3e53e7f9716632b4

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-01-05 22:06:54 Re: [COMMITTERS] pgsql: Work around perl bug in SvPVutf8().
Previous Message Peter Eisentraut 2012-01-05 18:45:48 pgsql: pg_dump: Dump operators with the same name ordered by arity