pgsql: Doc: clarify behavior of back-half options in pg_dump.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify behavior of back-half options in pg_dump.
Date: 2021-01-13 18:30:24
Message-ID: E1kzkuW-0008Lh-Bl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clarify behavior of back-half options in pg_dump.

Options that change how the archive data is converted to SQL text
are ignored when dumping to archive formats. The documentation
previously said "not meaningful", which is not helpful.

Discussion: https://postgr.es/m/161052021249.12228.9598689907884726185@wrigleys.postgresql.org

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c77f31171c8349d9ae4d6328be1922f06c5d590f

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-01-13 19:00:04 pgsql: Fix test failure with wal_level=minimal.
Previous Message Peter Geoghegan 2021-01-13 17:21:50 pgsql: Enhance nbtree index tuple deletion.