pgsql: Doc: adjust misleading phrasing of a few cross-references.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: adjust misleading phrasing of a few cross-references.
Date: 2022-09-23 02:05:26
Message-ID: E1obY4E-001aeo-A7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: adjust misleading phrasing of a few cross-references.

The pg_dump and pg_dumpall man pages referred to app-psql-patterns
as appearing "below", which I suspect was copied-and-pasted from
equivalent text in psql-ref.sgml rather than being actually thought
through. At least to me, that phrasing means "later in this same
web page/section", which this link target is not. Drop the
misleading and unnecessary-in-any-case adjective.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 8 ++++----
doc/src/sgml/ref/pg_dumpall.sgml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-09-23 03:06:27 pgsql: Allow publications with schema and table of the same schema.
Previous Message Peter Geoghegan 2022-09-22 23:42:11 pgsql: Harmonize parameter names in pg_dump/pg_dumpall.