Обсуждение: log_error_verbosity

Поиск
Список
Период
Сортировка

log_error_verbosity

От
Dave Barter
Дата:
Is there a way I can set log_error_verbosity to be terse in the pgadmin client?

I tried this in the query window:-

SET log_error_verbosity to terse;

But it has no effect, I suspect it needs to be done in the clinet config somewhere but I cannot find the setting in preferences (MAC OSX pgadmin V1.18.1)

-- 
Dave Barter

Web: http://www.phased.co.uk
Email:dave@phased.co.uk
Twitter:@Citizenfishy

Re: log_error_verbosity

От
Guillaume Lelarge
Дата:
<p dir="ltr">Hi,<p dir="ltr">Le 24 sept. 2014 10:06, "Dave Barter" <<a
href="mailto:dave.barter@gmail.com">dave.barter@gmail.com</a>>a écrit :<br /> ><br /> > Is there a way I can
setlog_error_verbosity to be terse in the pgadmin client?<br /> ><br /> > I tried this in the query window:-<br
/>><br /> > SET log_error_verbosity to terse;<br /> ><br /> > But it has no effect, I suspect it needs to
bedone in the clinet config somewhere but I cannot find the setting in preferences (MAC OSX pgadmin V1.18.1)<br />
><pdir="ltr">If you do this on the query window, it'll only work in this query window. And did you try on psql? Does
itwork there as you think it should? Can you give us a test case, so that we can try to reproduce it?<p
dir="ltr">Thanks.