Skip to content

Commit 5a8cff6

Browse files
authored
Update README.md
1 parent 8ae7906 commit 5a8cff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,8 @@ is displayed. The content of related variables are displayed when verbosity is v
697697
NOTICE: #0 <<- end of block (elapsed time=0.754 ms)
698698

699699
The number after `#` is a execution frame counter (this number is related to depth of error context stack).
700-
It allows to pair start and end of function.
700+
It allows to pair start and end of function. Attention - the initial depth of error context stack can be different
701+
in dependency on environment (and used protocol).
701702

702703
Tracing is enabled by setting `plpgsql_check.tracer` to `on`. Attention - enabling this behaviour
703704
has significant negative impact on performance (unlike the profiler). You can set a level for output used by

0 commit comments

Comments
 (0)