Missing INFO on client_min_messages

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Missing INFO on client_min_messages
Date: 2024-11-24 11:45:14
Message-ID: CAB-JLwYZGBsncR==zxaT14tK5CRW5=N-8i-ergA2cmZ+FwxTow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If I try to set client_min_messages with a wrong value it raises an error
and its hint is
"Available values: debug5, debug4, debug3, debug2, debug1, log, notice,
warning, error."

Why is not INFO option on this hint ?

regards
Marcos

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2024-11-24 13:30:56 Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
Previous Message Abhishek Kumar 2024-11-24 00:31:09 Integrating HLL cardinality estimates with join operator estimation