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

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

log_error_verbosity

От
Dave Barter
Дата:
<div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px;
line-height:auto;">Is there a way I can set log_error_verbosity to be terse in the pgadmin client?</div><div
id="bloop_customfont"style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px;
line-height:auto;"><br /></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color:
rgba(0,0,0,1.0);margin: 0px; line-height: auto;">I tried this in the query window:-</div><div id="bloop_customfont"
style="font-family:Helvetica,Arial;font-size:13px;color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br
/></div><divid="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin:
0px;line-height: auto;">SET log_error_verbosity to terse;</div><div id="bloop_customfont"
style="font-family:Helvetica,Arial;font-size:13px;color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br
/></div><divid="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin:
0px;line-height: auto;">But it has no effect, I suspect it needs to be done in the clinet config somewhere but I cannot
findthe setting in preferences (MAC OSX pgadmin V1.18.1)</div><br /><div class="bloop_sign"
id="bloop_sign_1411545819865711872"><divstyle="font-family:helvetica,arial;font-size:13px"><span style="line-height:
normal;orphans: 2; text-align: -webkit-auto; widows: 2; font-family: arial; font-size: small;">-- </span><br
style="line-height:normal; orphans: 2; text-align: -webkit-auto; widows: 2; font-family: arial; font-size: small;"
/><spanstyle="line-height: normal; orphans: 2; text-align: -webkit-auto; widows: 2; font-family: arial; font-size:
small;">DaveBarter</span><br style="line-height: normal; orphans: 2; text-align: -webkit-auto; widows: 2; font-family:
arial;font-size: small;" /><br style="line-height: normal; orphans: 2; text-align: -webkit-auto; widows: 2;
font-family:arial; font-size: small;" /><span style="line-height: normal; orphans: 2; text-align: -webkit-auto; widows:
2;font-family: arial; font-size: small;">Web: </span><a href="http://www.phased.co.uk/" style="line-height: normal;
orphans:2; text-align: -webkit-auto; widows: 2; font-family: arial; font-size: small;"
target="_blank">http://www.phased.co.uk</a><brstyle="line-height: normal; orphans: 2; text-align: -webkit-auto; widows:
2;font-family: arial; font-size: small;" /><a href="mailto:Email%3Adave@phased.co.uk" style="line-height: normal;
orphans:2; text-align: -webkit-auto; widows: 2; font-family: arial; font-size: small;"
target="_blank">Email:dave@phased.co.uk</a><brstyle="line-height: normal; orphans: 2; text-align: -webkit-auto; widows:
2;font-family: arial; font-size: small;" /><span style="line-height: normal; orphans: 2; text-align: -webkit-auto;
widows:2; font-family: arial; font-size: small;">Twitter:@Citizenfishy</span></div></div> 

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.