Re: Missing INFO on client_min_messages

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Missing INFO on client_min_messages
Date: 2024-11-24 14:56:54
Message-ID: CAKFQuwakc4vPQS82P6wZMfjr2Q4=vjquggmjOyQtLBd-9G5uqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sunday, November 24, 2024, Marcos Pegoraro <marcos(at)f10(dot)com(dot)br> wrote:

> 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 ?
>

The definition of info is:
Provides information implicitly requested by the user

Requested information by the client should not be allowed to be suppressed
by the client.

David J.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-11-24 16:57:01 Re: Missing INFO on client_min_messages
Previous Message Filip Janus 2024-11-24 14:53:38 Re: Proposal: Adding compression of temporary files