Skip to main content

postgresql_config

Creates, updates, deletes, gets or lists a postgresql_config resource.

Overview

Namepostgresql_config
TypeResource
Idlinode.databases.postgresql_config

Fields

The following fields are returned by SELECT queries:

PostgreSQL Managed Database advanced parameters.

NameDatatypeDescription
pgobjectConfiguration values available for a postgresql.conf.
pg_stat_monitor_enableobjectParameter used to enable the pg_stat_monitor extension for a PostgreSQL cluster, per Aiven's specifications.
pglookoutobjectParameter used to apply PGLookout settings, per Aiven's specifications.
shared_buffers_percentageobjectParameters used to set up the shared_buffers_percentage, per Aiven's specifications.
work_memobjectParameters used to set up work_mem, per Aiven's specifications.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_databases_postgresql_configselectAll advanced parameters you can apply to a PostgreSQL Managed Database, via our partner Aiven.

> 📘
>
> Aiven may offer other parameters, but Akamai Managed Databases only supports the ones listed in this operation.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

All advanced parameters you can apply to a PostgreSQL Managed Database, via our partner Aiven.

> 📘
>
> Aiven may offer other parameters, but Akamai Managed Databases only supports the ones listed in this operation.

Learn more...

Learn more...

SELECT
pg,
pg_stat_monitor_enable,
pglookout,
shared_buffers_percentage,
work_mem
FROM linode.databases.postgresql_config;