![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, When I execute a function, I would like psql to show me only RAISE NOTICE messages but not all function calls.... Indeed, I currently get some messages that I don't care about : * PL/pgSQL function "adm_user" line 321...... * CONTEXT: SQL query "SELECT....." Is there a way to get rid of these messages.... |
#3
| |||
| |||
|
|
Patrick Fiche wrote: Hi, When I execute a function, I would like psql to show me only RAISE NOTICE messages but not all function calls.... Indeed, I currently get some messages that I don't care about : * PL/pgSQL function "adm_user" line 321...... * CONTEXT: SQL query "SELECT....." Is there a way to get rid of these messages.... modify your log_error_verbosity to "terse" I can't find anything else on that |
#4
| |||
| |||
|
|
... I would like to have psql (optionally?) not even send me NOTICE messages. |
#5
| |||
| |||
|
|
David Rysdam <drysdam (AT) ll (DOT) mit.edu> writes: ... I would like to have psql (optionally?) not even send me NOTICE messages. Have you looked at client_min_messages? regards, tom lane I had not, because I'd never heard of it. Looks like exactly what I
|
![]() |
| Thread Tools | |
| Display Modes | |
| |