pgsql: Doc: clarify there's no log_line_prefix in csvlog or jsonlog out - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: clarify there's no log_line_prefix in csvlog or jsonlog out
Date
Msg-id E1xAEXg-00000001GlN-253J@gemulon.postgresql.org
Whole thread
List pgsql-committers
Doc: clarify there's no log_line_prefix in csvlog or jsonlog output.

The documentation didn't make clear that "log_line_prefix" is
not output when "log_destination" is "csvlog" or "jsonlog".

Reported-by: Michael Schönitzer <michael@schoenitzer.de>
Author: Laurenz Albe <laurenz.albe@cybertec.at>
Co-authored-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/179032875673.1026201.6950455317699774504@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0351991b8e7c7b64382e2f30ce581a8f276590a6

Modified Files
--------------
doc/src/sgml/config.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Modernize crypt-des.c a bit, avoiding dubious casts.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix import of statistics for domains over [multi]range types and