diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d99bf38e677..7ed8c82a9dd 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7934,9 +7934,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; method is not acceptable. In this case, in-core computation must be always disabled. Valid values are <literal>off</literal> (always disabled), - <literal>on</literal> (always enabled) and <literal>auto</literal>, + <literal>on</literal> (always enabled), <literal>auto</literal>, which lets modules such as <xref linkend="pgstatstatements"/> - automatically enable it. + automatically enable it, and <literal>regress</literal> which + has the same effect as <literal>auto</literal>, except that the + query identifier is hidden in the <literal>EXPLAIN</literal> output + to facilitate automated regression testing. The default is <literal>auto</literal>. </para> <note> |