fix(postgres): enable alter system
This commit is contained in:
parent
1ba2259c6a
commit
02002ab31c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ spec:
|
|||
parameters:
|
||||
max_connections: "400"
|
||||
shared_buffers: 256MB
|
||||
enableAlterSystem: true # must be set to true to enable pgvecto.rs
|
||||
nodeMaintenanceWindow:
|
||||
inProgress: false
|
||||
reusePVC: true
|
||||
|
|
Loading…
Add table
Reference in a new issue