Skip to content

Commit

Permalink
notice about using together with plugin_debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Sep 5, 2022
1 parent 110339c commit 55491b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,14 @@ It can be used, although the assertions are disabled in plpgsql runtime.
NOTICE: #0 PL/pgSQL function inline_code_block line 1 at PERFORM
DO

## Using with plugin_debugger

If you use `plugin_debugger` (plpgsql debugger) together with `plpgsql_check`, then
`plpgsql_check` should be initialized after `plugin_debugger` (because `plugin_debugger`
doesn't supports sharing of PL/pgSQL's debug API). For example (`postgresql.conf`):

shared_preload_libraries = 'plugin_debugger,plpgsql,plpgsql_check'


## Attention - SECURITY

Expand Down

0 comments on commit 55491b5

Please sign in to comment.