Managed Service for PostgreSQL API, REST: Cluster.Start
- HTTP request
- Path parameters
- Response
- StartClusterMetadata
- Status
- Cluster
- Monitoring
- ClusterConfig
- PostgresqlConfigSet9_6
- PostgresqlConfig9_6
- PostgresqlConfigSet10_1C
- PostgresqlConfig10_1C
- PostgresqlConfigSet10
- PostgresqlConfig10
- PostgresqlConfigSet11
- PostgresqlConfig11
- PostgresqlConfigSet11_1C
- PostgresqlConfig11_1C
- PostgresqlConfigSet12
- PostgresqlConfig12
- PostgresqlConfigSet12_1C
- PostgresqlConfig12_1C
- PostgresqlConfigSet13
- PostgresqlConfig13
- PostgresqlConfigSet13_1C
- PostgresqlConfig13_1C
- PostgresqlConfigSet14
- PostgresqlConfig14
- PostgresqlConfigSet14_1C
- PostgresqlConfig14_1C
- PostgresqlConfigSet15
- PostgresqlConfig15
- PostgresqlConfigSet15_1C
- PostgresqlConfig15_1C
- PostgresqlConfigSet16
- PostgresqlConfig16
- PostgresqlConfigSet16_1C
- PostgresqlConfig16_1C
- PostgresqlConfigSet17
- PostgresqlConfig17
- PostgresqlConfigSet17_1C
- PostgresqlConfig17_1C
- ConnectionPoolerConfig
- Resources
- TimeOfDay
- Access
- PerformanceDiagnostics
- DiskSizeAutoscaling
- MaintenanceWindow
- WeeklyMaintenanceWindow
- MaintenanceOperation
Start the specified PostgreSQL cluster.
HTTP request
POST https://mdb.api.cloud.yandex.net/managed-postgresql/v1/clusters/{clusterId}:start
Path parameters
Field |
Description |
clusterId |
string Required field. ID of the PostgreSQL cluster to start. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"description": "string",
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"done": "boolean",
"metadata": {
"clusterId": "string"
},
// Includes only one of the fields `error`, `response`
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"response": {
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"environment": "string",
"monitoring": [
{
"name": "string",
"description": "string",
"link": "string"
}
],
"config": {
"version": "string",
// Includes only one of the fields `postgresqlConfig_9_6`, `postgresqlConfig_10_1c`, `postgresqlConfig_10`, `postgresqlConfig_11`, `postgresqlConfig_11_1c`, `postgresqlConfig_12`, `postgresqlConfig_12_1c`, `postgresqlConfig_13`, `postgresqlConfig_13_1c`, `postgresqlConfig_14`, `postgresqlConfig_14_1c`, `postgresqlConfig_15`, `postgresqlConfig_15_1c`, `postgresqlConfig_16`, `postgresqlConfig_16_1c`, `postgresqlConfig_17`, `postgresqlConfig_17_1c`
"postgresqlConfig_9_6": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"sqlInheritance": "boolean",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"sqlInheritance": "boolean",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"sqlInheritance": "boolean",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string"
}
},
"postgresqlConfig_10_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"onlineAnalyzeEnable": "boolean",
"plantunerFixEmptyTable": "boolean",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"onlineAnalyzeEnable": "boolean",
"plantunerFixEmptyTable": "boolean",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"onlineAnalyzeEnable": "boolean",
"plantunerFixEmptyTable": "boolean",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_10": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"replacementSortTuples": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_11": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_11_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_12": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_12_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_13": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_13_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"operatorPrecedenceWarning": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"vacuumCleanupIndexScaleFactor": "number",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_14": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_14_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_15": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_15_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_16": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_16_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"oldSnapshotThreshold": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string"
}
},
"postgresqlConfig_17": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string",
"autoExplainLogFormat": "string",
"trackCommitTimestamp": "boolean",
"maxLogicalReplicationWorkers": "string",
"maxWalSenders": "string",
"maxReplicationSlots": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string",
"autoExplainLogFormat": "string",
"trackCommitTimestamp": "boolean",
"maxLogicalReplicationWorkers": "string",
"maxWalSenders": "string",
"maxReplicationSlots": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string",
"autoExplainLogFormat": "string",
"trackCommitTimestamp": "boolean",
"maxLogicalReplicationWorkers": "string",
"maxWalSenders": "string",
"maxReplicationSlots": "string"
}
},
"postgresqlConfig_17_1c": {
"effectiveConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string",
"autoExplainLogFormat": "string",
"trackCommitTimestamp": "boolean",
"maxLogicalReplicationWorkers": "string",
"maxWalSenders": "string",
"maxReplicationSlots": "string"
},
"userConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string",
"autoExplainLogFormat": "string",
"trackCommitTimestamp": "boolean",
"maxLogicalReplicationWorkers": "string",
"maxWalSenders": "string",
"maxReplicationSlots": "string"
},
"defaultConfig": {
"maxConnections": "string",
"sharedBuffers": "string",
"tempBuffers": "string",
"maxPreparedTransactions": "string",
"workMem": "string",
"maintenanceWorkMem": "string",
"autovacuumWorkMem": "string",
"tempFileLimit": "string",
"vacuumCostDelay": "string",
"vacuumCostPageHit": "string",
"vacuumCostPageMiss": "string",
"vacuumCostPageDirty": "string",
"vacuumCostLimit": "string",
"bgwriterDelay": "string",
"bgwriterLruMaxpages": "string",
"bgwriterLruMultiplier": "number",
"bgwriterFlushAfter": "string",
"backendFlushAfter": "string",
"walLevel": "string",
"synchronousCommit": "string",
"checkpointTimeout": "string",
"checkpointCompletionTarget": "number",
"checkpointFlushAfter": "string",
"maxWalSize": "string",
"minWalSize": "string",
"maxStandbyStreamingDelay": "string",
"defaultStatisticsTarget": "string",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "string",
"joinCollapseLimit": "string",
"debugParallelQuery": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "string",
"logCheckpoints": "boolean",
"logConnections": "boolean",
"logDisconnections": "boolean",
"logDuration": "boolean",
"logErrorVerbosity": "string",
"logLockWaits": "boolean",
"logStatement": "string",
"logTempFiles": "string",
"searchPath": "string",
"rowSecurity": "boolean",
"defaultTransactionIsolation": "string",
"statementTimeout": "string",
"lockTimeout": "string",
"idleInTransactionSessionTimeout": "string",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "string",
"deadlockTimeout": "string",
"maxLocksPerTransaction": "string",
"maxPredLocksPerTransaction": "string",
"arrayNulls": "boolean",
"backslashQuote": "string",
"defaultWithOids": "boolean",
"escapeStringWarning": "boolean",
"loCompatPrivileges": "boolean",
"quoteAllIdentifiers": "boolean",
"standardConformingStrings": "boolean",
"synchronizeSeqscans": "boolean",
"transformNullEquals": "boolean",
"exitOnError": "boolean",
"seqPageCost": "number",
"randomPageCost": "number",
"autovacuumMaxWorkers": "string",
"autovacuumVacuumCostDelay": "string",
"autovacuumVacuumCostLimit": "string",
"autovacuumNaptime": "string",
"archiveTimeout": "string",
"trackActivityQuerySize": "string",
"onlineAnalyzeEnable": "boolean",
"enableBitmapscan": "boolean",
"enableHashagg": "boolean",
"enableHashjoin": "boolean",
"enableIndexscan": "boolean",
"enableIndexonlyscan": "boolean",
"enableMaterial": "boolean",
"enableMergejoin": "boolean",
"enableNestloop": "boolean",
"enableSeqscan": "boolean",
"enableSort": "boolean",
"enableTidscan": "boolean",
"maxWorkerProcesses": "string",
"maxParallelWorkers": "string",
"maxParallelWorkersPerGather": "string",
"autovacuumVacuumScaleFactor": "number",
"autovacuumAnalyzeScaleFactor": "number",
"defaultTransactionReadOnly": "boolean",
"timezone": "string",
"enableParallelAppend": "boolean",
"enableParallelHash": "boolean",
"enablePartitionPruning": "boolean",
"enablePartitionwiseAggregate": "boolean",
"enablePartitionwiseJoin": "boolean",
"jit": "boolean",
"maxParallelMaintenanceWorkers": "string",
"parallelLeaderParticipation": "boolean",
"logTransactionSampleRate": "number",
"planCacheMode": "string",
"effectiveIoConcurrency": "string",
"effectiveCacheSize": "string",
"sharedPreloadLibraries": [
"string"
],
"autoExplainLogMinDuration": "string",
"autoExplainLogAnalyze": "boolean",
"autoExplainLogBuffers": "boolean",
"autoExplainLogTiming": "boolean",
"autoExplainLogTriggers": "boolean",
"autoExplainLogVerbose": "boolean",
"autoExplainLogNestedStatements": "boolean",
"autoExplainSampleRate": "number",
"pgHintPlanEnableHint": "boolean",
"pgHintPlanEnableHintTable": "boolean",
"pgHintPlanDebugPrint": "string",
"pgHintPlanMessageLevel": "string",
"hashMemMultiplier": "number",
"logicalDecodingWorkMem": "string",
"maintenanceIoConcurrency": "string",
"maxSlotWalKeepSize": "string",
"walKeepSize": "string",
"enableIncrementalSort": "boolean",
"autovacuumVacuumInsertThreshold": "string",
"autovacuumVacuumInsertScaleFactor": "number",
"logMinDurationSample": "string",
"logStatementSampleRate": "number",
"logParameterMaxLength": "string",
"logParameterMaxLengthOnError": "string",
"clientConnectionCheckInterval": "string",
"enableAsyncAppend": "boolean",
"enableGathermerge": "boolean",
"enableMemoize": "boolean",
"logRecoveryConflictWaits": "boolean",
"vacuumFailsafeAge": "string",
"vacuumMultixactFailsafeAge": "string",
"pgQualstatsEnabled": "boolean",
"pgQualstatsTrackConstants": "boolean",
"pgQualstatsMax": "string",
"pgQualstatsResolveOids": "boolean",
"pgQualstatsSampleRate": "number",
"plantunerFixEmptyTable": "boolean",
"maxStackDepth": "string",
"enableGroupByReordering": "boolean",
"geqo": "boolean",
"geqoThreshold": "string",
"geqoEffort": "string",
"geqoPoolSize": "string",
"geqoGenerations": "string",
"geqoSelectionBias": "number",
"geqoSeed": "number",
"pgTrgmSimilarityThreshold": "number",
"pgTrgmWordSimilarityThreshold": "number",
"pgTrgmStrictWordSimilarityThreshold": "number",
"maxStandbyArchiveDelay": "string",
"sessionDurationTimeout": "string",
"logReplicationCommands": "boolean",
"logAutovacuumMinDuration": "string",
"passwordEncryption": "string",
"autoExplainLogFormat": "string",
"trackCommitTimestamp": "boolean",
"maxLogicalReplicationWorkers": "string",
"maxWalSenders": "string",
"maxReplicationSlots": "string"
}
},
// end of the list of possible fields
"poolerConfig": {
"poolingMode": "string",
"poolDiscard": "boolean"
},
"resources": {
"resourcePresetId": "string",
"diskSize": "string",
"diskTypeId": "string"
},
"autofailover": "boolean",
"backupWindowStart": {
"hours": "integer",
"minutes": "integer",
"seconds": "integer",
"nanos": "integer"
},
"backupRetainPeriodDays": "string",
"access": {
"dataLens": "boolean",
"webSql": "boolean",
"serverless": "boolean",
"dataTransfer": "boolean",
"yandexQuery": "boolean"
},
"performanceDiagnostics": {
"enabled": "boolean",
"sessionsSamplingInterval": "string",
"statementsSamplingInterval": "string"
},
"diskSizeAutoscaling": {
"plannedUsageThreshold": "string",
"emergencyUsageThreshold": "string",
"diskSizeLimit": "string"
}
},
"networkId": "string",
"health": "string",
"status": "string",
"maintenanceWindow": {
// Includes only one of the fields `anytime`, `weeklyMaintenanceWindow`
"anytime": "object",
"weeklyMaintenanceWindow": {
"day": "string",
"hour": "string"
}
// end of the list of possible fields
},
"plannedOperation": {
"info": "string",
"delayedUntil": "string"
},
"securityGroupIds": [
"string"
],
"deletionProtection": "boolean",
"hostGroupIds": [
"string"
]
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
string (date-time) The time when the Operation resource was last modified. String in RFC3339 To work with values in this field, use the APIs described in the |
done |
boolean If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
StartClusterMetadata
Field |
Description |
clusterId |
string ID of the PostgreSQL cluster. |
Status
The error result of the operation in case of failure or cancellation.
Field |
Description |
code |
integer (int32) Error code. An enum value of google.rpc.Code |
message |
string An error message. |
details[] |
object A list of messages that carry the error details. |
Cluster
A PostgreSQL Cluster resource. For more information, see
the Concepts section of the documentation.
Field |
Description |
id |
string ID of the PostgreSQL cluster. |
folderId |
string ID of the folder that the PostgreSQL cluster belongs to. |
createdAt |
string (date-time) Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the PostgreSQL cluster. |
description |
string Description of the PostgreSQL cluster. 0-256 characters long. |
labels |
string Custom labels for the PostgreSQL cluster as |
environment |
enum (Environment) Deployment environment of the PostgreSQL cluster.
|
monitoring[] |
Description of monitoring systems relevant to the PostgreSQL cluster. |
config |
Configuration of the PostgreSQL cluster. |
networkId |
string ID of the network that the cluster belongs to. |
health |
enum (Health) Aggregated cluster health.
|
status |
enum (Status) Current state of the cluster.
|
maintenanceWindow |
Maintenance window for the cluster. |
plannedOperation |
Planned maintenance operation to be started for the cluster within the nearest |
securityGroupIds[] |
string User security groups |
deletionProtection |
boolean Deletion Protection inhibits deletion of the cluster |
hostGroupIds[] |
string Host groups hosting VMs of the cluster. |
Monitoring
Monitoring system.
Field |
Description |
name |
string Name of the monitoring system. |
description |
string Description of the monitoring system. |
link |
string Link to the monitoring system charts for the PostgreSQL cluster. |
ClusterConfig
Field |
Description |
version |
string Version of PostgreSQL server software. |
postgresqlConfig_9_6 |
Configuration of a PostgreSQL 9.6 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_10_1c |
Configuration of a PostgreSQL 10 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_10 |
Configuration of a PostgreSQL 10 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_11 |
Configuration of a PostgreSQL 11 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_11_1c |
Configuration of a PostgreSQL 11 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_12 |
Configuration of a PostgreSQL 12 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_12_1c |
Configuration of a PostgreSQL 12 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_13 |
Configuration of a PostgreSQL 13 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_13_1c |
Configuration of a PostgreSQL 13 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_14 |
Configuration of a PostgreSQL 14 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_14_1c |
Configuration of a PostgreSQL 14 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_15 |
Configuration of a PostgreSQL 15 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_15_1c |
Configuration of a PostgreSQL 15 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_16 |
Configuration of a PostgreSQL 16 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_16_1c |
Configuration of a PostgreSQL 16 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_17 |
Configuration of a PostgreSQL 17 server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
postgresqlConfig_17_1c |
Configuration of a PostgreSQL 17 1C server. Includes only one of the fields Configuration for PostgreSQL servers in the cluster. |
poolerConfig |
Configuration of the connection pooler. |
resources |
Resources allocated to PostgreSQL hosts. |
autofailover |
boolean Configuration setting which enables/disables autofailover in cluster. |
backupWindowStart |
Time to start the daily backup, in the UTC timezone. |
backupRetainPeriodDays |
string (int64) Retention policy of automated backups. |
access |
Access policy to DB |
performanceDiagnostics |
Configuration of the performance diagnostics service. |
diskSizeAutoscaling |
Disk size autoscaling |
PostgresqlConfigSet9_6
Field |
Description |
effectiveConfig |
Required field. Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 9.6 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 9.6 cluster. |
PostgresqlConfig9_6
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters whose detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
replacementSortTuples |
string (int64) |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) Acceptable values are 0.0 to 1.0, inclusive. |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
sqlInheritance |
boolean This option has been removed in PostgreSQL 10. |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
PostgresqlConfigSet10_1C
Field |
Description |
effectiveConfig |
Required field. Effective settings for a PostgreSQL 10 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 10 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 10 1C cluster. |
PostgresqlConfig10_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters whose detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
replacementSortTuples |
string (int64) |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
onlineAnalyzeEnable |
boolean |
plantunerFixEmptyTable |
boolean |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet10
Field |
Description |
effectiveConfig |
Required field. Effective settings for a PostgreSQL 10 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 10 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 10 cluster. |
PostgresqlConfig10
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters whose detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
replacementSortTuples |
string (int64) |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet11
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 11 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 11 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 11 cluster. |
PostgresqlConfig11
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
vacuumCleanupIndexScaleFactor |
number (double) |
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet11_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 11 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 11 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 11 1C cluster. |
PostgresqlConfig11_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
vacuumCleanupIndexScaleFactor |
number (double) |
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet12
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 12 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 12 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 12 cluster. |
PostgresqlConfig12
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
vacuumCleanupIndexScaleFactor |
number (double) |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet12_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 12 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 12 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 12 1C cluster. |
PostgresqlConfig12_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
vacuumCleanupIndexScaleFactor |
number (double) |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet13
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 13 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 13 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 13 cluster. |
PostgresqlConfig13
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
vacuumCleanupIndexScaleFactor |
number (double) |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet13_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 13 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 13 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 13 1C cluster. |
PostgresqlConfig13_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
operatorPrecedenceWarning |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
vacuumCleanupIndexScaleFactor |
number (double) |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet14
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 14 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 14 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 14 cluster. |
PostgresqlConfig14
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet14_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 14 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 14 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 14 1C cluster. |
PostgresqlConfig14_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet15
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 15 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 15 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 15 cluster. |
PostgresqlConfig15
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
enableGroupByReordering |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet15_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 15 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 15 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 15 1C cluster. |
PostgresqlConfig15_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
forceParallelMode |
enum (ForceParallelMode)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
maxStackDepth |
string (int64) in bytes. |
enableGroupByReordering |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet16
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 16 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 16 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 16 cluster. |
PostgresqlConfig16
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
debugParallelQuery |
enum (DebugParallelQuery)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
enableGroupByReordering |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet16_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 16 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 16 1C cluster. |
defaultConfig |
Default configuration for a PostgreSQL 16 1C cluster. |
PostgresqlConfig16_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
oldSnapshotThreshold |
string (int64) |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
debugParallelQuery |
enum (DebugParallelQuery)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
maxStackDepth |
string (int64) in bytes. |
enableGroupByReordering |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
PostgresqlConfigSet17
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 17 cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 17 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 17 cluster. |
PostgresqlConfig17
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
debugParallelQuery |
enum (DebugParallelQuery)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
maxStackDepth |
string (int64) in bytes. |
enableGroupByReordering |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
autoExplainLogFormat |
enum (AutoExplainLogFormat) Selects the
|
trackCommitTimestamp |
boolean |
maxLogicalReplicationWorkers |
string (int64) |
maxWalSenders |
string (int64) |
maxReplicationSlots |
string (int64) |
PostgresqlConfigSet17_1C
Field |
Description |
effectiveConfig |
Effective settings for a PostgreSQL 17 1C cluster (a combination of settings defined |
userConfig |
User-defined settings for a PostgreSQL 17 cluster. |
defaultConfig |
Default configuration for a PostgreSQL 17 cluster. |
PostgresqlConfig17_1C
Options and structure of PostgresqlConfig
reflects PostgreSQL configuration file
parameters which detailed description is available in
PostgreSQL documentation
Field |
Description |
maxConnections |
string (int64) |
sharedBuffers |
string (int64) in bytes. |
tempBuffers |
string (int64) in bytes. |
maxPreparedTransactions |
string (int64) |
workMem |
string (int64) in bytes. |
maintenanceWorkMem |
string (int64) in bytes. |
autovacuumWorkMem |
string (int64) in bytes. |
tempFileLimit |
string (int64) in bytes. |
vacuumCostDelay |
string (int64) in milliseconds. |
vacuumCostPageHit |
string (int64) |
vacuumCostPageMiss |
string (int64) |
vacuumCostPageDirty |
string (int64) |
vacuumCostLimit |
string (int64) |
bgwriterDelay |
string (int64) in milliseconds. |
bgwriterLruMaxpages |
string (int64) |
bgwriterLruMultiplier |
number (double) |
bgwriterFlushAfter |
string (int64) in bytes |
backendFlushAfter |
string (int64) in bytes |
walLevel |
enum (WalLevel)
|
synchronousCommit |
enum (SynchronousCommit)
|
checkpointTimeout |
string (int64) in milliseconds. |
checkpointCompletionTarget |
number (double) |
checkpointFlushAfter |
string (int64) in bytes |
maxWalSize |
string (int64) in bytes. |
minWalSize |
string (int64) in bytes. |
maxStandbyStreamingDelay |
string (int64) in milliseconds. |
defaultStatisticsTarget |
string (int64) |
constraintExclusion |
enum (ConstraintExclusion)
|
cursorTupleFraction |
number (double) |
fromCollapseLimit |
string (int64) |
joinCollapseLimit |
string (int64) |
debugParallelQuery |
enum (DebugParallelQuery)
|
clientMinMessages |
enum (LogLevel)
|
logMinMessages |
enum (LogLevel)
|
logMinErrorStatement |
enum (LogLevel)
|
logMinDurationStatement |
string (int64) in milliseconds. |
logCheckpoints |
boolean |
logConnections |
boolean |
logDisconnections |
boolean |
logDuration |
boolean |
logErrorVerbosity |
enum (LogErrorVerbosity)
|
logLockWaits |
boolean |
logStatement |
enum (LogStatement)
|
logTempFiles |
string (int64) |
searchPath |
string |
rowSecurity |
boolean |
defaultTransactionIsolation |
enum (TransactionIsolation)
|
statementTimeout |
string (int64) in milliseconds. |
lockTimeout |
string (int64) in milliseconds. |
idleInTransactionSessionTimeout |
string (int64) in milliseconds. |
byteaOutput |
enum (ByteaOutput)
|
xmlbinary |
enum (XmlBinary)
|
xmloption |
enum (XmlOption)
|
ginPendingListLimit |
string (int64) in bytes. |
deadlockTimeout |
string (int64) in milliseconds. |
maxLocksPerTransaction |
string (int64) |
maxPredLocksPerTransaction |
string (int64) |
arrayNulls |
boolean |
backslashQuote |
enum (BackslashQuote)
|
defaultWithOids |
boolean |
escapeStringWarning |
boolean |
loCompatPrivileges |
boolean |
quoteAllIdentifiers |
boolean |
standardConformingStrings |
boolean |
synchronizeSeqscans |
boolean |
transformNullEquals |
boolean |
exitOnError |
boolean |
seqPageCost |
number (double) |
randomPageCost |
number (double) |
autovacuumMaxWorkers |
string (int64) |
autovacuumVacuumCostDelay |
string (int64) |
autovacuumVacuumCostLimit |
string (int64) |
autovacuumNaptime |
string (int64) in milliseconds. |
archiveTimeout |
string (int64) in milliseconds. |
trackActivityQuerySize |
string (int64) |
onlineAnalyzeEnable |
boolean |
enableBitmapscan |
boolean |
enableHashagg |
boolean |
enableHashjoin |
boolean |
enableIndexscan |
boolean |
enableIndexonlyscan |
boolean |
enableMaterial |
boolean |
enableMergejoin |
boolean |
enableNestloop |
boolean |
enableSeqscan |
boolean |
enableSort |
boolean |
enableTidscan |
boolean |
maxWorkerProcesses |
string (int64) |
maxParallelWorkers |
string (int64) |
maxParallelWorkersPerGather |
string (int64) |
autovacuumVacuumScaleFactor |
number (double) |
autovacuumAnalyzeScaleFactor |
number (double) |
defaultTransactionReadOnly |
boolean |
timezone |
string |
enableParallelAppend |
boolean |
enableParallelHash |
boolean |
enablePartitionPruning |
boolean |
enablePartitionwiseAggregate |
boolean |
enablePartitionwiseJoin |
boolean |
jit |
boolean |
maxParallelMaintenanceWorkers |
string (int64) |
parallelLeaderParticipation |
boolean |
logTransactionSampleRate |
number (double) |
planCacheMode |
enum (PlanCacheMode)
|
effectiveIoConcurrency |
string (int64) |
effectiveCacheSize |
string (int64) |
sharedPreloadLibraries[] |
enum (SharedPreloadLibraries)
|
autoExplainLogMinDuration |
string (int64) in milliseconds. |
autoExplainLogAnalyze |
boolean |
autoExplainLogBuffers |
boolean |
autoExplainLogTiming |
boolean |
autoExplainLogTriggers |
boolean |
autoExplainLogVerbose |
boolean |
autoExplainLogNestedStatements |
boolean |
autoExplainSampleRate |
number (double) |
pgHintPlanEnableHint |
boolean |
pgHintPlanEnableHintTable |
boolean |
pgHintPlanDebugPrint |
enum (PgHintPlanDebugPrint)
|
pgHintPlanMessageLevel |
enum (LogLevel)
|
hashMemMultiplier |
number (double) |
logicalDecodingWorkMem |
string (int64) in bytes. |
maintenanceIoConcurrency |
string (int64) |
maxSlotWalKeepSize |
string (int64) in bytes. |
walKeepSize |
string (int64) in bytes. |
enableIncrementalSort |
boolean |
autovacuumVacuumInsertThreshold |
string (int64) |
autovacuumVacuumInsertScaleFactor |
number (double) |
logMinDurationSample |
string (int64) in milliseconds. |
logStatementSampleRate |
number (double) |
logParameterMaxLength |
string (int64) in bytes. |
logParameterMaxLengthOnError |
string (int64) in bytes. |
clientConnectionCheckInterval |
string (int64) in milliseconds. |
enableAsyncAppend |
boolean |
enableGathermerge |
boolean |
enableMemoize |
boolean |
logRecoveryConflictWaits |
boolean in milliseconds. |
vacuumFailsafeAge |
string (int64) in milliseconds. |
vacuumMultixactFailsafeAge |
string (int64) in milliseconds. |
pgQualstatsEnabled |
boolean |
pgQualstatsTrackConstants |
boolean |
pgQualstatsMax |
string (int64) |
pgQualstatsResolveOids |
boolean |
pgQualstatsSampleRate |
number (double) |
plantunerFixEmptyTable |
boolean |
maxStackDepth |
string (int64) in bytes. |
enableGroupByReordering |
boolean |
geqo |
boolean enable Genetic Query Optimizer, by default is on |
geqoThreshold |
string (int64) The number of tables to use geqo, default is 12 |
geqoEffort |
string (int64) tradeoff between planning time and query plan quality, default is 5 |
geqoPoolSize |
string (int64) number of individuals in the genetic population, useful values are typically 100 to 1000; default - 0 - choose based on based on geqo_effort |
geqoGenerations |
string (int64) the number of generations used by GEQO, useful values are in the same range as the pool size |
geqoSelectionBias |
number (double) selective pressure within the population |
geqoSeed |
number (double) initial value of the random number generator used by GEQO |
pgTrgmSimilarityThreshold |
number (double) |
pgTrgmWordSimilarityThreshold |
number (double) |
pgTrgmStrictWordSimilarityThreshold |
number (double) |
maxStandbyArchiveDelay |
string (int64) in milliseconds. |
sessionDurationTimeout |
string (int64) Terminate any session that exceeds the designated timeout, specified in milliseconds. If a timeout is not specified, the default session timeout is set to 12 hours. To disable it, specify a value of 0. |
logReplicationCommands |
boolean |
logAutovacuumMinDuration |
string (int64) in milliseconds. The default is 1000 (1 sec). |
passwordEncryption |
enum (PasswordEncryption) A default value for
|
autoExplainLogFormat |
enum (AutoExplainLogFormat) Selects the
|
trackCommitTimestamp |
boolean |
maxLogicalReplicationWorkers |
string (int64) |
maxWalSenders |
string (int64) |
maxReplicationSlots |
string (int64) |
ConnectionPoolerConfig
Field |
Description |
poolingMode |
enum (PoolingMode) Mode that the connection pooler is working in.
|
poolDiscard |
boolean Setting |
Resources
Field |
Description |
resourcePresetId |
string ID of the preset for computational resources available to a host (CPU, memory etc.). |
diskSize |
string (int64) Volume of the storage available to a host, in bytes. |
diskTypeId |
string Type of the storage environment for the host.
|
TimeOfDay
Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date
Field |
Description |
hours |
integer (int32) Hours of day in 24 hour format. Should be from 0 to 23. An API may choose |
minutes |
integer (int32) Minutes of hour of day. Must be from 0 to 59. |
seconds |
integer (int32) Seconds of minutes of the time. Must normally be from 0 to 59. An API may |
nanos |
integer (int32) Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. |
Access
Field |
Description |
dataLens |
boolean Allow access for DataLens |
webSql |
boolean Allow SQL queries to the cluster databases from the management console. See SQL queries in the management console for more details. |
serverless |
boolean Allow access for Serverless |
dataTransfer |
boolean Allow access for DataTransfer. |
yandexQuery |
boolean Allow access for YandexQuery. |
PerformanceDiagnostics
Field |
Description |
enabled |
boolean Configuration setting which enables/disables performance diagnostics service in cluster. |
sessionsSamplingInterval |
string (int64) Interval (in seconds) for pg_stat_activity sampling |
statementsSamplingInterval |
string (int64) Interval (in seconds) for pg_stat_statements sampling |
DiskSizeAutoscaling
Field |
Description |
plannedUsageThreshold |
string (int64) Threshold of storage usage (in percent) that triggers automatic scaling of the storage during the maintenance window. Zero value means disabled threshold. |
emergencyUsageThreshold |
string (int64) Threshold of storage usage (in percent) that triggers immediate automatic scaling of the storage. Zero value means disabled threshold. |
diskSizeLimit |
string (int64) New storage size (in bytes) that is set when one of the thresholds is achieved. |
MaintenanceWindow
A maintenance window settings.
Field |
Description |
anytime |
object Maintenance operation can be scheduled anytime. Includes only one of the fields The maintenance policy in effect. |
weeklyMaintenanceWindow |
Maintenance operation can be scheduled on a weekly basis. Includes only one of the fields The maintenance policy in effect. |
WeeklyMaintenanceWindow
Weelky maintenance window settings.
Field |
Description |
day |
enum (WeekDay) Day of the week (in
|
hour |
string (int64) Hour of the day in UTC (in |
MaintenanceOperation
A planned maintenance operation.
Field |
Description |
info |
string Information about this maintenance operation. |
delayedUntil |
string (date-time) Time until which this maintenance operation is delayed. String in RFC3339 To work with values in this field, use the APIs described in the |