mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Docs: wording improvement for compute_query_id = regress
It's more accurate to say that the query identifier is not shown when compute_query_id = regress rather than to say it is hidden. This change (ebf6c5249) appeared in v14, so it makes sense to backpatch this small adjustment to keep the documents consistent between v14 and master. Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com Backpatch-through: 14, where compute_query_id = regress was added
This commit is contained in:
parent
e286be5d05
commit
ea669b8088
@ -7684,8 +7684,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
|||||||
which lets modules such as <xref linkend="pgstatstatements"/>
|
which lets modules such as <xref linkend="pgstatstatements"/>
|
||||||
automatically enable it, and <literal>regress</literal> which
|
automatically enable it, and <literal>regress</literal> which
|
||||||
has the same effect as <literal>auto</literal>, except that the
|
has the same effect as <literal>auto</literal>, except that the
|
||||||
query identifier is hidden in the <literal>EXPLAIN</literal> output
|
query identifier is not shown in the <literal>EXPLAIN</literal> output
|
||||||
to facilitate automated regression testing.
|
in order to facilitate automated regression testing.
|
||||||
The default is <literal>auto</literal>.
|
The default is <literal>auto</literal>.
|
||||||
</para>
|
</para>
|
||||||
<note>
|
<note>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user