diff options
| author | Michael Paquier | 2026-08-18 06:33:02 +0000 |
|---|---|---|
| committer | Michael Paquier | 2026-08-18 06:33:02 +0000 |
| commit | db06f97899cc286cc37421d41b97f16a02fa8411 (patch) | |
| tree | 5fdcfa3bd7aeca36ea50e2029a097b2b39084d22 /doc | |
| parent | 27e2afb492cd553093c92ea917d24651b5a9ae16 (diff) | |
doc: Fix description of log_line_prefix %L in release notes
%L was described as showing in output the client IP, but it shows the
local IP of the server connected to.
Author: Keisuke Kuroda <keisuke.kuroda.3862@gmail.com>
Reviewed-by: Greg Sabino Mullane <htamfids@gmail.com>
Discussion: https://postgr.es/m/CANDwggK8AZJx+tGKY+h_8a90rqZ_+4dvGOFvDuRVVSjQvAafbg@mail.gmail.com
Backpatch-through: 18, only
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/release-18.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 7a455bf9c64..7a7a51649ea 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -9680,8 +9680,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> <listitem> <para> Add <xref linkend="guc-log-line-prefix"/> escape - <literal>%L</literal> to output the client <acronym>IP</acronym> - address (Greg Sabino Mullane) + <literal>%L</literal> to output the local <acronym>IP</acronym> + address on the server that the client connected to (Greg Sabino Mullane) <ulink url="&commit_baseurl;3516ea768">§</ulink> </para> </listitem> |
