Skip to content

Commit 84230d3

Browse files
authored
chore: update docs for newly allowed param (supabase#20102)
1 parent 96d296d commit 84230d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/pages/guides/platform/custom-postgres-config.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The following parameters are available for overrides:
2727
1. [effective_cache_size](https://postgresqlco.nf/doc/en/param/effective_cache_size/)
2828
1. [maintenance_work_mem](https://postgresqlco.nf/doc/en/param/maintenance_work_mem/)
2929
1. [max_connections](https://postgresqlco.nf/doc/en/param/max_connections/)
30+
1. [max_locks_per_transaction](https://postgresqlco.nf/doc/en/param/max_locks_per_transaction/)
3031
1. [max_parallel_maintenance_workers](https://postgresqlco.nf/doc/en/param/max_parallel_maintenance_workers/)
3132
1. [max_parallel_workers_per_gather](https://postgresqlco.nf/doc/en/param/max_parallel_workers_per_gather/)
3233
1. [max_parallel_workers](https://postgresqlco.nf/doc/en/param/max_parallel_workers/)

0 commit comments

Comments
 (0)