psql中的postgresql日志消息

时间:2015-02-16 15:51:23

标签: postgresql psql

我正在编写一些SQL代码,但在使用RAISE时遇到了问题。

当在PSQL中打印消息(使用RAISE)时,我得到一堆上下文信息,这些信息似乎是调用链,例如:

psql:testMap:117: NOTICE:  Duplicate pt inserted {0.592268,0.796571}
CONTEXT:  SQL statement "select  insertPt(vl, chldrn[d[1]][d[2]], color) from tnodes 
                                      where tnode_id = tn_id"
PL/pgSQL function "insertpt" line 61 at SQL statement
SQL statement "select  insertPt(vl, chldrn[d[1]][d[2]], color) from tnodes 
                                      where tnode_id = tn_id"
.... more call chain

有没有办法关闭这些信息所以我只看到RAISE的输出? 感谢

1 个答案:

答案 0 :(得分:0)