Re: log level of "drop cascade" lists

2019-01-11 Thread Willy-Bas Loos
On Thu, Jan 10, 2019 at 4:44 PM Adrian Klaver wrote: > > 1) BEGIN; > DROP schema myschema CASCADE; > ROLLBACK/COMMIT; > > 2) \d myschema.* On Thu, Jan 10, 2019 at 5:04 PM Tom Lane wrote: > I think that would be met with more complaints than kudos. > "WARNING" is supposed to mean "there's prob

Re: log level of "drop cascade" lists

2019-01-10 Thread Tom Lane
Willy-Bas Loos writes: > So long story short: i think it would be wise to set the log level of "drop > cascade" lists to "warning". I think that would be met with more complaints than kudos. "WARNING" is supposed to mean "there's probably something w

Re: log level of "drop cascade" lists

2019-01-10 Thread Adrian Klaver
LLBACK/COMMIT; 2) \d myschema.* Also, truncating the list in the message and referring to the log is not desirable IMHO if the defaultĀ  setting is to not log the list. So long story short: i think it would be wise to set the log level of "drop cascade" lists to "warning"

log level of "drop cascade" lists

2019-01-10 Thread Willy-Bas Loos
ult setting is to not log the list. So long story short: i think it would be wise to set the log level of "drop cascade" lists to "warning". Cheers, -- Willy-Bas Loos