Tom Lane wrote:
> Magnus Hagander <[EMAIL PROTECTED]> writes:
> >> One point of interest is that for client_min_messages and
> >> log_min_messages, the ordering of the values has significance, and
> >> it's different for the two cases.
> 
> > Is there any actual reason why they're supposed to be treated
> > differently?
> 
> Yeah: LOG level sorts differently in the two cases; it's fairly high
> priority for server log output and much lower for client output.

Ok, easy fix if we break them apart. Should we continue to accept
values that we're not going to care about, or should I change that at
the same time? (for example, client_min_messages doesn't use INFO,
but we do accept that in <= 8.3 anyway)

//Magnus

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to