Re: BUG #15479: Documentation claims that client_min_messages is related to logging
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: clemens@ladisch.de
Cc: pgsql-bugs@lists.postgresql.org
Date: 2018-11-08T17:24:20Z
Lists: pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes: > The problem is that client_min_messages has *no relation whatsoever* with > the server's logging. > This variable affects the client connection, so its documentation should be > moved into section 19.11 "Client Connection Behaviour". Yeah, I agree. Will do. > (And the word "messages" might still be misleading; maybe use "network > protocol messages".) I don't think that adds anything. regards, tom lane
Commits
-
Disallow setting client_min_messages higher than ERROR.
- c09daa910409 10.7 landed
- 7b08b4a8adbb 11.2 landed
- 3d360e20c9ae 12.0 landed
- 88275ac19900 9.5.16 landed
- 2407d4807fdc 9.4.21 landed
- 041ad9a66d28 9.6.12 landed