Validated on 29 Apr 2024 • Last edited on 2 Jul 2024
PostgreSQL is an open source, object-relational database built for extensibility, data integrity, and speed. Its concurrency support makes it fully ACID-compliant, and it supports dynamic loading and catalog-driven operations to let users customize its data types, functions, and more.
You can update your database engine’s parameters with the API, such as pgbouncer and work_mem. For a full list of the parameters you can edit, see our API reference. Under the REQUEST BODY SCHEMA section, click config, and then click the postgres option.
To ensure database stability, you can only edit the parameters listed in our API reference. To change other PostgreSQL parameters, contact support.
Update a Database’s Configuration Using the CLI
How to Update a Database's Configuration Using the DigitalOcean CLI