| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Doc: improve cross-references for SET/SHOW. |
| Date: | 2021-01-29 15:46:23 |
| Message-ID: | E1l5VyZ-0006tF-A6@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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/161183356250.4077.687338658090583892@wrigleys.postgresql.org
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2021-01-30 01:13:22 | pgsql: postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. |
| Previous Message | Alexander Korotkov | 2021-01-29 12:28:49 | pgsql: Document behavior of the .** jsonpath accessor in the lax mode |