v2-0001-Doc-Remove-preset-parameters-from-SHOW-reference-.patch
text/x-patch
Filename: v2-0001-Doc-Remove-preset-parameters-from-SHOW-reference-.patch
Type: text/x-patch
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v2-0001
Subject: Doc: Remove preset parameters from SHOW reference page
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/show.sgml | 2 | 58 |
From f75d42e5df075c9e5b5bf6a8bfebaba4e66fca84 Mon Sep 17 00:00:00 2001
From: Laurenz Albe <laurenz.albe@cybertec.at>
Date: Wed, 7 Feb 2024 20:51:52 +0100
Subject: [PATCH v2] Doc: Remove preset parameters from SHOW reference page
The list of parameters is redundant and incomplete and constitutes
a backpatching hazard (it was missed by b0f6c43716), so let's get
rid of it.
Reported-by: Yuta Masano
Backpatch-to: 16
Discussion: https://postgr.es/m/18336-d3652b898b550423@postgresql.org
---
doc/src/sgml/ref/show.sgml | 60 ++------------------------------------
1 file changed, 2 insertions(+), 58 deletions(-)
diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml
index b3747b119f..3db13ad4cd 100644
--- a/doc/src/sgml/ref/show.sgml
+++ b/doc/src/sgml/ref/show.sgml
@@ -52,64 +52,8 @@ SHOW ALL
<para>
The name of a run-time parameter. Available parameters are
documented in <xref linkend="runtime-config"/> and on the <xref
- linkend="sql-set"/> reference page. In
- addition, there are a few parameters that can be shown but not
- set:
-
- <variablelist>
- <varlistentry>
- <term><literal>SERVER_VERSION</literal></term>
- <listitem>
- <para>
- Shows the server's version number.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><literal>SERVER_ENCODING</literal></term>
- <listitem>
- <para>
- Shows the server-side character set encoding. At present,
- this parameter can be shown but not set, because the
- encoding is determined at database creation time.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><literal>LC_COLLATE</literal></term>
- <listitem>
- <para>
- Shows the database's locale setting for collation (text
- ordering). At present, this parameter can be shown but not
- set, because the setting is determined at database creation
- time.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><literal>LC_CTYPE</literal></term>
- <listitem>
- <para>
- Shows the database's locale setting for character
- classification. At present, this parameter can be shown but
- not set, because the setting is determined at database creation
- time.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><literal>IS_SUPERUSER</literal></term>
- <listitem>
- <para>
- True if the current role has superuser privileges.
- </para>
- </listitem>
- </varlistentry>
- </variablelist></para>
+ linkend="sql-set"/> reference page.
+ </para>
</listitem>
</varlistentry>
--
2.43.0