Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ which means do not apply any filter. So a typical pair of settings in the
shared_preload_libraries = 'plan_filter'
plan_filter.statement_cost_limit = 100000.0

`ļimit_select_only` limits filtering to SELECT statements only. The default is false.
`filter_select_only` limits filtering to SELECT statements only. The default is false.

plan_filter.limit_select_only = true
plan_filter.filter_select_only = true

turns it on.
Be aware that SELECT != READONLY, since SELECT statements might also modify data.
Expand Down