Skip to content

Commit 55491b5

Browse files
committed
notice about using together with plugin_debugger
1 parent 110339c commit 55491b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,14 @@ It can be used, although the assertions are disabled in plpgsql runtime.
661661
NOTICE: #0 PL/pgSQL function inline_code_block line 1 at PERFORM
662662
DO
663663

664+
## Using with plugin_debugger
665+
666+
If you use `plugin_debugger` (plpgsql debugger) together with `plpgsql_check`, then
667+
`plpgsql_check` should be initialized after `plugin_debugger` (because `plugin_debugger`
668+
doesn't supports sharing of PL/pgSQL's debug API). For example (`postgresql.conf`):
669+
670+
shared_preload_libraries = 'plugin_debugger,plpgsql,plpgsql_check'
671+
664672

665673
## Attention - SECURITY
666674

0 commit comments

Comments
 (0)