pgsql: Doc: improve cross-references for SET/SHOW. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve cross-references for SET/SHOW.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Doc: improve cross-references for SET/SHOW.

The corresponding functions set_config and current_setting were
mostly not hyperlinked.  Clarify their descriptions a tad, too.

Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2a01bc275be1a7d117944b1a58ea1fe5f6c377c6

Modified Files
--------------
doc/src/sgml/config.sgml   | 10 ++++++----
doc/src/sgml/func.sgml     | 13 +++++++------
doc/src/sgml/ref/set.sgml  |  2 +-
doc/src/sgml/ref/show.sgml |  2 +-
4 files changed, 15 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Document behavior of the .** jsonpath accessor in the lax mode
Next
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.