]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Mention jsonlog in description of logging_collector in GUC table
authorMichael Paquier <michael@paquier.xyz>
Sun, 2 Feb 2025 02:31:29 +0000 (11:31 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 2 Feb 2025 02:31:29 +0000 (11:31 +0900)
commitf07ebd54a304002c7ae289cddb5666e03f32fcd2
treee2b9b7f1a1c679c5b611a0ca3ac3a63e59907ea7
parent2f9b769b3098556199445c98e15e0cb7174ea943
Mention jsonlog in description of logging_collector in GUC table

logging_collector was only mentioning stderr and csvlog, and forgot
about jsonlog.  Oversight in dc686681e079, that has added support for
jsonlog in log_destination.

While on it, the description in the GUC table is tweaked to be more
consistent with the documentation and postgresql.conf.sample.

Author: Umar Hayat
Reviewed-by: Ashutosh Bapat, Tom Lane
Discussion: https://postgr.es/m/CAD68Dp1K_vBYqBEukHw=1jF7e76t8aszGZTFL2ugi=H7r=a7MA@mail.gmail.com
Backpatch-through: 13
src/backend/utils/misc/guc_tables.c