ParadeDB uses Postgres’ settings, which can be found in theDocumentation Index
Fetch the complete documentation index at: https://docs.paradedb.com/llms.txt
Use this file to discover all available pages before exploring further.
postgresql.conf file. To find your postgresql.conf file, use SHOW.
- By editing the
postgresql.conffile and restarting Postgres. This makes the setting permanent for all sessions.postgresql.confaccepts ParadeDB’s customparadedb.*settings. - By running
SET. This temporarily changes the setting for the current session. Note that Postgres does not allow allpostgresql.confsettings to be changed withSET.
.tfvars file.
.tfvars