mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 18:51:56 -04:00
Add gin_fuzzy_search_limit to postgresql.conf.sample.
This was forgotten in8a3631f(commit that originally added the parameter) and0ca9907(commit that added the documentation later that year). Back-patch to all supported versions.
This commit is contained in:
parent
cedb3e66ae
commit
da5fb2af35
1 changed files with 1 additions and 0 deletions
|
|
@ -474,6 +474,7 @@
|
|||
#bytea_output = 'hex' # hex, escape
|
||||
#xmlbinary = 'base64'
|
||||
#xmloption = 'content'
|
||||
#gin_fuzzy_search_limit = 0
|
||||
|
||||
# - Locale and Formatting -
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue