Re: Missing INFO on client_min_messages

2024-11-25 Thread Marcos Pegoraro
Em dom., 24 de nov. de 2024 às 13:57, Tom Lane escreveu: > Yeah. You can set it to INFO if you like, but the behavior is not > different from setting it to NOTICE. No, I don't think they have the same behavior. If you set client_min_messages to Error then notice will not be sent, info will wil

Re: Missing INFO on client_min_messages

2024-11-24 Thread Tom Lane
"David G. Johnston" writes: > On Sunday, November 24, 2024, Marcos Pegoraro 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 opti

Re: Missing INFO on client_min_messages

2024-11-24 Thread David G. Johnston
On Sunday, November 24, 2024, Marcos Pegoraro 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 definiti

Missing INFO on client_min_messages

2024-11-24 Thread Marcos Pegoraro
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