@pulumi/linode 4.40.0-alpha.1750140805 → 5.0.0-alpha.1750670188

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/databaseMysqlV2.d.ts +336 -0
  2. package/databaseMysqlV2.js +56 -0
  3. package/databaseMysqlV2.js.map +1 -1
  4. package/databasePostgresqlV2.d.ts +564 -0
  5. package/databasePostgresqlV2.js +94 -0
  6. package/databasePostgresqlV2.js.map +1 -1
  7. package/getDatabaseMysqlConfig.d.ts +1038 -0
  8. package/getDatabaseMysqlConfig.js +1044 -0
  9. package/getDatabaseMysqlConfig.js.map +1 -0
  10. package/getDatabaseMysqlV2.d.ts +112 -0
  11. package/getDatabaseMysqlV2.js.map +1 -1
  12. package/getDatabasePostgresqlConfig.d.ts +1580 -0
  13. package/getDatabasePostgresqlConfig.js +1584 -0
  14. package/getDatabasePostgresqlConfig.js.map +1 -0
  15. package/getDatabasePostgresqlV2.d.ts +188 -0
  16. package/getDatabasePostgresqlV2.js.map +1 -1
  17. package/getInstanceType.d.ts +2 -2
  18. package/getNodeBalancer.d.ts +4 -0
  19. package/getNodeBalancer.js.map +1 -1
  20. package/getNodeBalancerConfig.d.ts +8 -0
  21. package/getNodeBalancerConfig.js.map +1 -1
  22. package/getObjectStorageQuota.d.ts +3 -3
  23. package/getObjectStorageQuota.js +2 -2
  24. package/getObjectStorageQuotas.d.ts +2 -2
  25. package/getObjectStorageQuotas.js +2 -2
  26. package/getProfile.d.ts +1 -1
  27. package/index.d.ts +6 -0
  28. package/index.js +10 -4
  29. package/index.js.map +1 -1
  30. package/instance.d.ts +4 -4
  31. package/instanceDisk.d.ts +1 -1
  32. package/instanceDisk.js +1 -1
  33. package/nodeBalancer.d.ts +19 -0
  34. package/nodeBalancer.js +3 -0
  35. package/nodeBalancer.js.map +1 -1
  36. package/nodeBalancerConfig.d.ts +27 -0
  37. package/nodeBalancerConfig.js +5 -0
  38. package/nodeBalancerConfig.js.map +1 -1
  39. package/package.json +2 -2
  40. package/types/input.d.ts +28 -4
  41. package/types/output.d.ts +304 -12
@@ -0,0 +1,1584 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabasePostgresqlConfigOutput = exports.getDatabasePostgresqlConfig = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Provides information about a Linode PostgreSQL Database's Configuration Options.
10
+ * For more information, see the Linode APIv4 docs.
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * Get information about a PostgreSQL database's configuration options:
15
+ *
16
+ * ```typescript
17
+ * import * as pulumi from "@pulumi/pulumi";
18
+ * import * as linode from "@pulumi/linode";
19
+ *
20
+ * const my_db_config = linode.getDatabasePostgresqlConfig({});
21
+ * ```
22
+ *
23
+ * ## pgStatMonitorEnable
24
+ *
25
+ * The following arguments are supported in the `pgStatMonitorEnable` specification block:
26
+ *
27
+ * * `description` - The description of `pgStatMonitorEnable`.
28
+ *
29
+ * * `requiresRestart` - Whether changing the value `pgStatMonitorEnable` requires the DB to restart.
30
+ *
31
+ * * `type` - The type of the value of `pgStatMonitorEnable`.
32
+ *
33
+ * ## pglookout
34
+ *
35
+ * The following arguments are supported in the `pglookout` specification block:
36
+ *
37
+ * * `maxFailoverReplicationTimeLag` - The maximum failover replication time lag for `pglookout`.
38
+ *
39
+ * ## maxFailoverReplicationTimeLag
40
+ *
41
+ * The following arguments are supported in the `maxFailoverReplicationTimeLag` specification block:
42
+ *
43
+ * * `description` - The description of `maxFailoverReplicationTimeLag`.
44
+ *
45
+ * * `maximum` - The maximum valid value for `maxFailoverReplicationTimeLag`.
46
+ *
47
+ * * `minimum` - The minimum valid value for `maxFailoverReplicationTimeLag`.
48
+ *
49
+ * * `requiresRestart` - Whether changing the value of `maxFailoverReplicationTimeLag` requires the DB to restart.
50
+ *
51
+ * * `type` - The type of the value of `maxFailoverReplicationTimeLag`.
52
+ *
53
+ * ## sharedBuffersPercentage
54
+ *
55
+ * The following arguments are supported in the `sharedBuffersPercentage` specification block:
56
+ *
57
+ * * `description` - The description of `sharedBuffersPercentage`.
58
+ *
59
+ * * `example` - An example of a valid value for `sharedBuffersPercentage`.
60
+ *
61
+ * * `maximum` - The maximum valid value for `sharedBuffersPercentage`.
62
+ *
63
+ * * `minimum` - The minimum valid value for `sharedBuffersPercentage`.
64
+ *
65
+ * * `requiresRestart` - Whether changing the value of `sharedBuffersPercentage` requires the DB to restart.
66
+ *
67
+ * * `type` - The type of the value of `sharedBuffersPercentage`.
68
+ *
69
+ * ## workMem
70
+ *
71
+ * The following arguments are supported in the `workMem` specification block:
72
+ *
73
+ * * `description` - The description of `workMem`.
74
+ *
75
+ * * `example` - An example of a valid value for `workMem`.
76
+ *
77
+ * * `maximum` - The maximum valid value for `workMem`.
78
+ *
79
+ * * `minimum` - The minimum valid value for `workMem`.
80
+ *
81
+ * * `requiresRestart` - Whether changing the value of `workMem` requires the DB to restart.
82
+ *
83
+ * * `type` - The type of the value of `workMem`.
84
+ *
85
+ * ## pg
86
+ *
87
+ * The following arguments are supported in the `pg` specification block:
88
+ *
89
+ * * `autovacuumAnalyzeScaleFactor` - (Optional) Specifies a fraction of the table size to add to autovacuumAnalyzeThreshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size)
90
+ *
91
+ * * `autovacuumAnalyzeThreshold` - (Optional) Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
92
+ *
93
+ * * `autovacuumMaxWorkers` - (Optional) Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
94
+ *
95
+ * * `autovacuumNaptime` - (Optional) Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute
96
+ *
97
+ * * `autovacuumVacuumCostDelay` - (Optional) Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuumCostDelay value will be used. The default value is 20 milliseconds
98
+ *
99
+ * * `autovacuumVacuumCostLimit` - (Optional) Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuumCostLimit value will be used.
100
+ *
101
+ * * `autovacuumVacuumScaleFactor` - (Optional) Specifies a fraction of the table size to add to autovacuumVacuumThreshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size)
102
+ *
103
+ * * `autovacuumVacuumThreshold` - (Optional) Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
104
+ *
105
+ * * `bgwriterDelay` - (Optional) Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
106
+ *
107
+ * * `bgwriterFlushAfter` - (Optional) Whenever more than bgwriterFlushAfter bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
108
+ *
109
+ * * `bgwriterLruMaxpages` - (Optional) In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
110
+ *
111
+ * * `bgwriterLruMultiplier` - (Optional) The average recent need for new buffers is multiplied by bgwriterLruMultiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
112
+ *
113
+ * * `deadlockTimeout` - (Optional) This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
114
+ *
115
+ * * `defaultToastCompression` - (Optional) Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
116
+ *
117
+ * * `idleInTransactionSessionTimeout` - (Optional) Time out sessions with open transactions after this number of milliseconds.
118
+ *
119
+ * * `jit` - (Optional) Controls system-wide use of Just-in-Time Compilation (JIT).
120
+ *
121
+ * * `maxFilesPerProcess` - (Optional) PostgreSQL maximum number of files that can be open per process.
122
+ *
123
+ * * `maxLocksPerTransaction` - (Optional) PostgreSQL maximum locks per transaction.
124
+ *
125
+ * * `maxLogicalReplicationWorkers` - (Optional) PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
126
+ *
127
+ * * `maxParallelWorkers` - (Optional) Sets the maximum number of workers that the system can support for parallel queries.
128
+ *
129
+ * * `maxParallelWorkersPerGather` - (Optional) Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
130
+ *
131
+ * * `maxPredLocksPerTransaction` - (Optional) PostgreSQL maximum predicate locks per transaction.
132
+ *
133
+ * * `maxReplicationSlots` - (Optional) PostgreSQL maximum replication slots.
134
+ *
135
+ * * `maxSlotWalKeepSize` - (Optional) PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). walKeepSize minimum WAL size setting takes precedence over this.
136
+ *
137
+ * * `maxStackDepth` - (Optional) Maximum depth of the stack in bytes.
138
+ *
139
+ * * `maxStandbyArchiveDelay` - (Optional) Max standby archive delay in milliseconds.
140
+ *
141
+ * * `maxStandbyStreamingDelay` - (Optional) Max standby streaming delay in milliseconds.
142
+ *
143
+ * * `maxWalSenders` - (Optional) PostgreSQL maximum WAL senders.
144
+ *
145
+ * * `maxWorkerProcesses` - (Optional) Sets the maximum number of background processes that the system can support.
146
+ *
147
+ * * `passwordEncryption` - (Optional) Chooses the algorithm for encrypting passwords.
148
+ *
149
+ * * `pg_partman_bgw.interval` - (Optional) Sets the time interval to run pg_partman's scheduled tasks.
150
+ *
151
+ * * `pg_partman_bgw.role` - (Optional) Controls which role to use for pg_partman's scheduled background tasks.
152
+ *
153
+ * * `pg_stat_monitor.pgsm_enable_query_plan` - (Optional) Enables or disables query plan monitoring.
154
+ *
155
+ * * `pg_stat_monitor.pgsm_max_buckets` - (Optional) Sets the maximum number of buckets.
156
+ *
157
+ * * `pg_stat_statements.track` - (Optional) Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
158
+ *
159
+ * * `tempFileLimit` - (Optional) PostgreSQL temporary file limit in KiB, -1 for unlimited.
160
+ *
161
+ * * `timezone` - (Optional) PostgreSQL service timezone.
162
+ *
163
+ * * `trackActivityQuerySize` - (Optional) Specifies the number of bytes reserved to track the currently executing command for each active session.
164
+ *
165
+ * * `trackCommitTimestamp` - (Optional) Record commit time of transactions.
166
+ *
167
+ * * `trackFunctions` - (Optional) Enables tracking of function call counts and time used.
168
+ *
169
+ * * `trackIoTiming` - (Optional) Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
170
+ *
171
+ * * `walSenderTimeout` - (Optional) Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
172
+ *
173
+ * * `walWriterDelay` - (Optional) WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
174
+ *
175
+ * ## autovacuumAnalyzeScaleFactor
176
+ *
177
+ * The following arguments are supported in the `autovacuumAnalyzeScaleFactor` specification block:
178
+ *
179
+ * * `description` - The description of `autovacuumAnalyzeScaleFactor`.
180
+ *
181
+ * * `maximum` - The maximum valid value for `autovacuumAnalyzeScaleFactor`.
182
+ *
183
+ * * `minimum` - The minimum valid value for `autovacuumAnalyzeScaleFactor`.
184
+ *
185
+ * * `requiresRestart` - Whether changing the value of `autovacuumAnalyzeScaleFactor` requires the DB to restart.
186
+ *
187
+ * * `type` - The type of the value of `autovacuumAnalyzeScaleFactor`.
188
+ *
189
+ * ## autovacuumAnalyzeThreshold
190
+ *
191
+ * The following arguments are supported in the `autovacuumAnalyzeThreshold` specification block:
192
+ *
193
+ * * `description` - The description of `autovacuumAnalyzeThreshold`.
194
+ *
195
+ * * `maximum` - The maximum valid value for `autovacuumAnalyzeThreshold`.
196
+ *
197
+ * * `minimum` - The minimum valid value for `autovacuumAnalyzeThreshold`.
198
+ *
199
+ * * `requiresRestart` - Whether changing the value of `autovacuumAnalyzeThreshold` requires the DB to restart.
200
+ *
201
+ * * `type` - The type of the value of `autovacuumAnalyzeThreshold`.
202
+ *
203
+ * ## autovacuumMaxWorkers
204
+ *
205
+ * The following arguments are supported in the `autovacuumMaxWorkers` specification block:
206
+ *
207
+ * * `description` - The description of `autovacuumMaxWorkers`.
208
+ *
209
+ * * `maximum` - The maximum valid value for `autovacuumMaxWorkers`.
210
+ *
211
+ * * `minimum` - The minimum valid value for `autovacuumMaxWorkers`.
212
+ *
213
+ * * `requiresRestart` - Whether changing the value of `autovacuumMaxWorkers` requires the DB to restart.
214
+ *
215
+ * * `type` - The type of the value of `autovacuumMaxWorkers`.
216
+ *
217
+ * ## autovacuumNaptime
218
+ *
219
+ * The following arguments are supported in the `autovacuumNaptime` specification block:
220
+ *
221
+ * * `description` - The description of `autovacuumNaptime`.
222
+ *
223
+ * * `maximum` - The maximum valid value for `autovacuumNaptime`.
224
+ *
225
+ * * `minimum` - The minimum valid value for `autovacuumNaptime`.
226
+ *
227
+ * * `requiresRestart` - Whether changing the value of `autovacuumNaptime` requires the DB to restart.
228
+ *
229
+ * * `type` - The type of the value of `autovacuumNaptime`.
230
+ *
231
+ * ## autovacuumVacuumCostDelay
232
+ *
233
+ * The following arguments are supported in the `autovacuumVacuumCostDelay` specification block:
234
+ *
235
+ * * `description` - The description of `autovacuumVacuumCostDelay`.
236
+ *
237
+ * * `maximum` - The maximum valid value for `autovacuumVacuumCostDelay`.
238
+ *
239
+ * * `minimum` - The minimum valid value for `autovacuumVacuumCostDelay`.
240
+ *
241
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumCostDelay` requires the DB to restart.
242
+ *
243
+ * * `type` - The type of the value of `autovacuumVacuumCostDelay`.
244
+ *
245
+ * ## autovacuumVacuumCostLimit
246
+ *
247
+ * The following arguments are supported in the `autovacuumVacuumCostLimit` specification block:
248
+ *
249
+ * * `description` - The description of `autovacuumVacuumCostLimit`.
250
+ *
251
+ * * `maximum` - The maximum valid value for `autovacuumVacuumCostLimit`.
252
+ *
253
+ * * `minimum` - The minimum valid value for `autovacuumVacuumCostLimit`.
254
+ *
255
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumCostLimit` requires the DB to restart.
256
+ *
257
+ * * `type` - The type of the value of `autovacuumVacuumCostLimit`.
258
+ *
259
+ * ## autovacuumVacuumScaleFactor
260
+ *
261
+ * The following arguments are supported in the `autovacuumVacuumScaleFactor` specification block:
262
+ *
263
+ * * `description` - The description of `autovacuumVacuumScaleFactor`.
264
+ *
265
+ * * `maximum` - The maximum valid value for `autovacuumVacuumScaleFactor`.
266
+ *
267
+ * * `minimum` - The minimum valid value for `autovacuumVacuumScaleFactor`.
268
+ *
269
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumScaleFactor` requires the DB to restart.
270
+ *
271
+ * * `type` - The type of the value of `autovacuumVacuumScaleFactor`.
272
+ *
273
+ * ## autovacuumVacuumThreshold
274
+ *
275
+ * The following arguments are supported in the `autovacuumVacuumThreshold` specification block:
276
+ *
277
+ * * `description` - The description of `autovacuumVacuumThreshold`.
278
+ *
279
+ * * `maximum` - The maximum valid value for `autovacuumVacuumThreshold`.
280
+ *
281
+ * * `minimum` - The minimum valid value for `autovacuumVacuumThreshold`.
282
+ *
283
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumThreshold` requires the DB to restart.
284
+ *
285
+ * * `type` - The type of the value of `autovacuumVacuumThreshold`.
286
+ *
287
+ * ## bgwriterDelay
288
+ *
289
+ * The following arguments are supported in the `bgwriterDelay` specification block:
290
+ *
291
+ * * `description` - The description of `bgwriterDelay`.
292
+ *
293
+ * * `example` - An example of a valid value for `bgwriterDelay`.
294
+ *
295
+ * * `maximum` - The maximum valid value for `bgwriterDelay`.
296
+ *
297
+ * * `minimum` - The minimum valid value for `bgwriterDelay`.
298
+ *
299
+ * * `requiresRestart` - Whether changing the value of `bgwriterDelay` requires the DB to restart.
300
+ *
301
+ * * `type` - The type of the value of `bgwriterDelay`.
302
+ *
303
+ * ## bgwriterFlushAfter
304
+ *
305
+ * The following arguments are supported in the `bgwriterFlushAfter` specification block:
306
+ *
307
+ * * `description` - The description of `bgwriterFlushAfter`.
308
+ *
309
+ * * `example` - An example of a valid value for `bgwriterFlushAfter`.
310
+ *
311
+ * * `maximum` - The maximum valid value for `bgwriterFlushAfter`.
312
+ *
313
+ * * `minimum` - The minimum valid value for `bgwriterFlushAfter`.
314
+ *
315
+ * * `requiresRestart` - Whether changing the value of `bgwriterFlushAfter` requires the DB to restart.
316
+ *
317
+ * * `type` - The type of the value of `bgwriterFlushAfter`.
318
+ *
319
+ * ## bgwriterLruMaxpages
320
+ *
321
+ * The following arguments are supported in the `bgwriterLruMaxpages` specification block:
322
+ *
323
+ * * `description` - The description of `bgwriterLruMaxpages`.
324
+ *
325
+ * * `example` - An example of a valid value for `bgwriterLruMaxpages`.
326
+ *
327
+ * * `maximum` - The maximum valid value for `bgwriterLruMaxpages`.
328
+ *
329
+ * * `minimum` - The minimum valid value for `bgwriterLruMaxpages`.
330
+ *
331
+ * * `requiresRestart` - Whether changing the value of `bgwriterLruMaxpages` requires the DB to restart.
332
+ *
333
+ * * `type` - The type of the value of `bgwriterLruMaxpages`.
334
+ *
335
+ * ## bgwriterLruMultiplier
336
+ *
337
+ * The following arguments are supported in the `bgwriterLruMultiplier` specification block:
338
+ *
339
+ * * `description` - The description of `bgwriterLruMultiplier`.
340
+ *
341
+ * * `example` - An example of a valid value for `bgwriterLruMultiplier`.
342
+ *
343
+ * * `maximum` - The maximum valid value for `bgwriterLruMultiplier`.
344
+ *
345
+ * * `minimum` - The minimum valid value for `bgwriterLruMultiplier`.
346
+ *
347
+ * * `requiresRestart` - Whether changing the value of `bgwriterLruMultiplier` requires the DB to restart.
348
+ *
349
+ * * `type` - The type of the value of `bgwriterLruMultiplier`.
350
+ *
351
+ * ## deadlockTimeout
352
+ *
353
+ * The following arguments are supported in the `deadlockTimeout` specification block:
354
+ *
355
+ * * `description` - The description of `deadlockTimeout`.
356
+ *
357
+ * * `example` - An example of a valid value for `deadlockTimeout`.
358
+ *
359
+ * * `maximum` - The maximum valid value for `deadlockTimeout`.
360
+ *
361
+ * * `minimum` - The minimum valid value for `deadlockTimeout`.
362
+ *
363
+ * * `requiresRestart` - Whether changing the value of `deadlockTimeout` requires the DB to restart.
364
+ *
365
+ * * `type` - The type of the value of `deadlockTimeout`.
366
+ *
367
+ * ## defaultToastCompression
368
+ *
369
+ * The following arguments are supported in the `defaultToastCompression` specification block:
370
+ *
371
+ * * `description` - The description of `defaultToastCompression`.
372
+ *
373
+ * * `enum` - A list of valid compression methods for `defaultToastCompression`.
374
+ *
375
+ * * `example` - An example of a valid value for `defaultToastCompression`.
376
+ *
377
+ * * `requiresRestart` - Whether changing the value of `defaultToastCompression` requires the DB to restart.
378
+ *
379
+ * * `type` - The type of the value of `defaultToastCompression`.
380
+ *
381
+ * ## idleInTransactionSessionTimeout
382
+ *
383
+ * The following arguments are supported in the `idleInTransactionSessionTimeout` specification block:
384
+ *
385
+ * * `description` - The description of `idleInTransactionSessionTimeout`.
386
+ *
387
+ * * `maximum` - The maximum valid value for `idleInTransactionSessionTimeout`.
388
+ *
389
+ * * `minimum` - The minimum valid value for `idleInTransactionSessionTimeout`.
390
+ *
391
+ * * `requiresRestart` - Whether changing the value of `idleInTransactionSessionTimeout` requires the DB to restart.
392
+ *
393
+ * * `type` - The type of the value of `idleInTransactionSessionTimeout`.
394
+ *
395
+ * ## jit
396
+ *
397
+ * The following arguments are supported in the `jit` specification block:
398
+ *
399
+ * * `description` - The description of `jit`.
400
+ *
401
+ * * `example` - An example of a valid value for `jit`.
402
+ *
403
+ * * `requiresRestart` - Whether changing the value of `jit` requires the DB to restart.
404
+ *
405
+ * * `type` - The type of the value of `jit`.
406
+ *
407
+ * ## maxFilesPerProcess
408
+ *
409
+ * The following arguments are supported in the `maxFilesPerProcess` specification block:
410
+ *
411
+ * * `description` - The description of `maxFilesPerProcess`.
412
+ *
413
+ * * `maximum` - The maximum valid value for `maxFilesPerProcess`.
414
+ *
415
+ * * `minimum` - The minimum valid value for `maxFilesPerProcess`.
416
+ *
417
+ * * `requiresRestart` - Whether changing the value of `maxFilesPerProcess` requires the DB to restart.
418
+ *
419
+ * * `type` - The type of the value of `maxFilesPerProcess`.
420
+ *
421
+ * ## maxLocksPerTransaction
422
+ *
423
+ * The following arguments are supported in the `maxLocksPerTransaction` specification block:
424
+ *
425
+ * * `description` - The description of `maxLocksPerTransaction`.
426
+ *
427
+ * * `maximum` - The maximum valid value for `maxLocksPerTransaction`.
428
+ *
429
+ * * `minimum` - The minimum valid value for `maxLocksPerTransaction`.
430
+ *
431
+ * * `requiresRestart` - Whether changing the value of `maxLocksPerTransaction` requires the DB to restart.
432
+ *
433
+ * * `type` - The type of the value of `maxLocksPerTransaction`.
434
+ *
435
+ * ## maxLogicalReplicationWorkers
436
+ *
437
+ * The following arguments are supported in the `maxLogicalReplicationWorkers` specification block:
438
+ *
439
+ * * `description` - The description of `maxLogicalReplicationWorkers`.
440
+ *
441
+ * * `maximum` - The maximum valid value for `maxLogicalReplicationWorkers`.
442
+ *
443
+ * * `minimum` - The minimum valid value for `maxLogicalReplicationWorkers`.
444
+ *
445
+ * * `requiresRestart` - Whether changing the value of `maxLogicalReplicationWorkers` requires the DB to restart.
446
+ *
447
+ * * `type` - The type of the value of `maxLogicalReplicationWorkers`.
448
+ *
449
+ * ## maxParallelWorkers
450
+ *
451
+ * The following arguments are supported in the `maxParallelWorkers` specification block:
452
+ *
453
+ * * `description` - The description of `maxParallelWorkers`.
454
+ *
455
+ * * `maximum` - The maximum valid value for `maxParallelWorkers`.
456
+ *
457
+ * * `minimum` - The minimum valid value for `maxParallelWorkers`.
458
+ *
459
+ * * `requiresRestart` - Whether changing the value of `maxParallelWorkers` requires the DB to restart.
460
+ *
461
+ * * `type` - The type of the value of `maxParallelWorkers`.
462
+ *
463
+ * ## maxParallelWorkersPerGather
464
+ *
465
+ * The following arguments are supported in the `maxParallelWorkersPerGather` specification block:
466
+ *
467
+ * * `description` - The description of `maxParallelWorkersPerGather`.
468
+ *
469
+ * * `maximum` - The maximum valid value for `maxParallelWorkersPerGather`.
470
+ *
471
+ * * `minimum` - The minimum valid value for `maxParallelWorkersPerGather`.
472
+ *
473
+ * * `requiresRestart` - Whether changing the value of `maxParallelWorkersPerGather` requires the DB to restart.
474
+ *
475
+ * * `type` - The type of the value of `maxParallelWorkersPerGather`.
476
+ *
477
+ * ## maxPredLocksPerTransaction
478
+ *
479
+ * The following arguments are supported in the `maxPredLocksPerTransaction` specification block:
480
+ *
481
+ * * `description` - The description of `maxPredLocksPerTransaction`.
482
+ *
483
+ * * `maximum` - The maximum valid value for `maxPredLocksPerTransaction`.
484
+ *
485
+ * * `minimum` - The minimum valid value for `maxPredLocksPerTransaction`.
486
+ *
487
+ * * `requiresRestart` - Whether changing the value of `maxPredLocksPerTransaction` requires the DB to restart.
488
+ *
489
+ * * `type` - The type of the value of `maxPredLocksPerTransaction`.
490
+ *
491
+ * ## maxReplicationSlots
492
+ *
493
+ * The following arguments are supported in the `maxReplicationSlots` specification block:
494
+ *
495
+ * * `description` - The description of `maxReplicationSlots`.
496
+ *
497
+ * * `maximum` - The maximum valid value for `maxReplicationSlots`.
498
+ *
499
+ * * `minimum` - The minimum valid value for `maxReplicationSlots`.
500
+ *
501
+ * * `requiresRestart` - Whether changing the value of `maxReplicationSlots` requires the DB to restart.
502
+ *
503
+ * * `type` - The type of the value of `maxReplicationSlots`.
504
+ *
505
+ * ## maxSlotWalKeepSize
506
+ *
507
+ * The following arguments are supported in the `maxSlotWalKeepSize` specification block:
508
+ *
509
+ * * `description` - The description of `maxSlotWalKeepSize`.
510
+ *
511
+ * * `maximum` - The maximum valid value for `maxSlotWalKeepSize`.
512
+ *
513
+ * * `minimum` - The minimum valid value for `maxSlotWalKeepSize`.
514
+ *
515
+ * * `requiresRestart` - Whether changing the value of `maxSlotWalKeepSize` requires the DB to restart.
516
+ *
517
+ * * `type` - The type of the value of `maxSlotWalKeepSize`.
518
+ *
519
+ * ## maxStackDepth
520
+ *
521
+ * The following arguments are supported in the `maxStackDepth` specification block:
522
+ *
523
+ * * `description` - The description of `maxStackDepth`.
524
+ *
525
+ * * `maximum` - The maximum valid value for `maxStackDepth`.
526
+ *
527
+ * * `minimum` - The minimum valid value for `maxStackDepth`.
528
+ *
529
+ * * `requiresRestart` - Whether changing the value of `maxStackDepth` requires the DB to restart.
530
+ *
531
+ * * `type` - The type of the value of `maxStackDepth`.
532
+ *
533
+ * ## maxStandbyArchiveDelay
534
+ *
535
+ * The following arguments are supported in the `maxStandbyArchiveDelay` specification block:
536
+ *
537
+ * * `description` - The description of `maxStandbyArchiveDelay`.
538
+ *
539
+ * * `maximum` - The maximum valid value for `maxStandbyArchiveDelay`.
540
+ *
541
+ * * `minimum` - The minimum valid value for `maxStandbyArchiveDelay`.
542
+ *
543
+ * * `requiresRestart` - Whether changing the value of `maxStandbyArchiveDelay` requires the DB to restart.
544
+ *
545
+ * * `type` - The type of the value of `maxStandbyArchiveDelay`.
546
+ *
547
+ * ## maxStandbyStreamingDelay
548
+ *
549
+ * The following arguments are supported in the `maxStandbyStreamingDelay` specification block:
550
+ *
551
+ * * `description` - The description of `maxStandbyStreamingDelay`.
552
+ *
553
+ * * `maximum` - The maximum valid value for `maxStandbyStreamingDelay`.
554
+ *
555
+ * * `minimum` - The minimum valid value for `maxStandbyStreamingDelay`.
556
+ *
557
+ * * `requiresRestart` - Whether changing the value of `maxStandbyStreamingDelay` requires the DB to restart.
558
+ *
559
+ * * `type` - The type of the value of `maxStandbyStreamingDelay`.
560
+ *
561
+ * ## maxWalSenders
562
+ *
563
+ * The following arguments are supported in the `maxWalSenders` specification block:
564
+ *
565
+ * * `description` - The description of `maxWalSenders`.
566
+ *
567
+ * * `maximum` - The maximum valid value for `maxWalSenders`.
568
+ *
569
+ * * `minimum` - The minimum valid value for `maxWalSenders`.
570
+ *
571
+ * * `requiresRestart` - Whether changing the value of `maxWalSenders` requires the DB to restart.
572
+ *
573
+ * * `type` - The type of the value of `maxWalSenders`.
574
+ *
575
+ * ## maxWorkerProcesses
576
+ *
577
+ * The following arguments are supported in the `maxWorkerProcesses` specification block:
578
+ *
579
+ * * `description` - The description of `maxWorkerProcesses`.
580
+ *
581
+ * * `maximum` - The maximum valid value for `maxWorkerProcesses`.
582
+ *
583
+ * * `minimum` - The minimum valid value for `maxWorkerProcesses`.
584
+ *
585
+ * * `requiresRestart` - Whether changing the value of `maxWorkerProcesses` requires the DB to restart.
586
+ *
587
+ * * `type` - The type of the value of `maxWorkerProcesses`.
588
+ *
589
+ * ## passwordEncryption
590
+ *
591
+ * The following arguments are supported in the `passwordEncryption` specification block:
592
+ *
593
+ * * `description` - The description of the `passwordEncryption` setting.
594
+ *
595
+ * * `enum` - A list of valid values for the `passwordEncryption` setting.
596
+ *
597
+ * * `example` - An example value for the `passwordEncryption` setting.
598
+ *
599
+ * * `requiresRestart` - Whether changing the value of `passwordEncryption` requires the DB to restart.
600
+ *
601
+ * * `type` - A list of types for the `passwordEncryption` setting.
602
+ *
603
+ * ## pgPartmanBgwInterval
604
+ *
605
+ * The following arguments are supported in the `pgPartmanBgwInterval` specification block:
606
+ *
607
+ * * `description` - The description of the `pgPartmanBgwInterval` setting.
608
+ *
609
+ * * `example` - An example value for the `pgPartmanBgwInterval` setting.
610
+ *
611
+ * * `maximum` - The maximum allowed value for the `pgPartmanBgwInterval` setting.
612
+ *
613
+ * * `minimum` - The minimum allowed value for the `pgPartmanBgwInterval` setting.
614
+ *
615
+ * * `requiresRestart` - Whether changing the value of `pgPartmanBgwInterval` requires the DB to restart.
616
+ *
617
+ * * `type` - The type of the `pgPartmanBgwInterval` setting.
618
+ *
619
+ * ## pgPartmanBgwRole
620
+ *
621
+ * The following arguments are supported in the `pgPartmanBgwRole` specification block:
622
+ *
623
+ * * `description` - The description of the `pgPartmanBgwRole` setting.
624
+ *
625
+ * * `example` - An example value for the `pgPartmanBgwRole` setting.
626
+ *
627
+ * * `maxLength` - The maximum length for the `pgPartmanBgwRole` setting.
628
+ *
629
+ * * `pattern` - The regular expression pattern for validating the `pgPartmanBgwRole` setting.
630
+ *
631
+ * * `requiresRestart` - Whether changing the value of `pgPartmanBgwRole` requires the DB to restart.
632
+ *
633
+ * * `type` - The type of the `pgPartmanBgwRole` setting.
634
+ *
635
+ * ## pgStatMonitorPgsmEnableQueryPlan
636
+ *
637
+ * The following arguments are supported in the `pgStatMonitorPgsmEnableQueryPlan` specification block:
638
+ *
639
+ * * `description` - The description of the `pgStatMonitorPgsmEnableQueryPlan` setting.
640
+ *
641
+ * * `example` - An example value for the `pgStatMonitorPgsmEnableQueryPlan` setting.
642
+ *
643
+ * * `requiresRestart` - Whether changing the value of `pgStatMonitorPgsmEnableQueryPlan` requires the DB to restart.
644
+ *
645
+ * * `type` - The type of the `pgStatMonitorPgsmEnableQueryPlan` setting.
646
+ *
647
+ * ## pgStatMonitorPgsmMaxBuckets
648
+ *
649
+ * The following arguments are supported in the `pgStatMonitorPgsmMaxBuckets` specification block:
650
+ *
651
+ * * `description` - The description of the `pgStatMonitorPgsmMaxBuckets` setting.
652
+ *
653
+ * * `example` - An example value for the `pgStatMonitorPgsmMaxBuckets` setting.
654
+ *
655
+ * * `maximum` - The maximum allowed value for the `pgStatMonitorPgsmMaxBuckets` setting.
656
+ *
657
+ * * `minimum` - The minimum allowed value for the `pgStatMonitorPgsmMaxBuckets` setting.
658
+ *
659
+ * * `requiresRestart` - Whether changing the value of `pgStatMonitorPgsmMaxBuckets` requires the DB to restart.
660
+ *
661
+ * * `type` - The type of the `pgStatMonitorPgsmMaxBuckets` setting.
662
+ *
663
+ * ## pgStatStatementsTrack
664
+ *
665
+ * The following arguments are supported in the `pgStatStatementsTrack` specification block:
666
+ *
667
+ * * `description` - The description of the `pgStatStatementsTrack` setting.
668
+ *
669
+ * * `enum` - A list of valid values for the `pgStatStatementsTrack` setting.
670
+ *
671
+ * * `requiresRestart` - Whether changing the value of `pgStatStatementsTrack` requires the DB to restart.
672
+ *
673
+ * * `type` - The type of the `pgStatStatementsTrack` setting.
674
+ *
675
+ * ## tempFileLimit
676
+ *
677
+ * The following arguments are supported in the `tempFileLimit` specification block:
678
+ *
679
+ * * `description` - The description of the `tempFileLimit` setting.
680
+ *
681
+ * * `example` - An example value for the `tempFileLimit` setting.
682
+ *
683
+ * * `maximum` - The maximum allowed value for the `tempFileLimit` setting.
684
+ *
685
+ * * `minimum` - The minimum allowed value for the `tempFileLimit` setting.
686
+ *
687
+ * * `requiresRestart` - Whether changing the value of `tempFileLimit` requires the DB to restart.
688
+ *
689
+ * * `type` - The type of the `tempFileLimit` setting.
690
+ *
691
+ * ## timezone
692
+ *
693
+ * The following arguments are supported in the `timezone` specification block:
694
+ *
695
+ * * `description` - The description of the `timezone` setting.
696
+ *
697
+ * * `example` - An example value for the `timezone` setting.
698
+ *
699
+ * * `maxLength` - The maximum length for the `timezone` setting.
700
+ *
701
+ * * `pattern` - The regular expression pattern for validating the `timezone` setting.
702
+ *
703
+ * * `requiresRestart` - Whether changing the value of `timezone` requires the DB to restart.
704
+ *
705
+ * * `type` - The type of the `timezone` setting.
706
+ *
707
+ * ## trackActivityQuerySize
708
+ *
709
+ * The following arguments are supported in the `trackActivityQuerySize` specification block:
710
+ *
711
+ * * `description` - The description of the `trackActivityQuerySize` setting.
712
+ *
713
+ * * `example` - An example value for the `trackActivityQuerySize` setting.
714
+ *
715
+ * * `maximum` - The maximum allowed value for the `trackActivityQuerySize` setting.
716
+ *
717
+ * * `minimum` - The minimum allowed value for the `trackActivityQuerySize` setting.
718
+ *
719
+ * * `requiresRestart` - Whether changing the value of `trackActivityQuerySize` requires the DB to restart.
720
+ *
721
+ * * `type` - The type of the `trackActivityQuerySize` setting.
722
+ *
723
+ * ## trackCommitTimestamp
724
+ *
725
+ * The following arguments are supported in the `trackCommitTimestamp` specification block:
726
+ *
727
+ * * `description` - The description of the `trackCommitTimestamp` setting.
728
+ *
729
+ * * `enum` - A list of valid values for the `trackCommitTimestamp` setting.
730
+ *
731
+ * * `example` - An example value for the `trackCommitTimestamp` setting.
732
+ *
733
+ * * `requiresRestart` - Whether changing the value of `trackCommitTimestamp` requires the DB to restart.
734
+ *
735
+ * * `type` - The type of the `trackCommitTimestamp` setting.
736
+ *
737
+ * ## trackFunctions
738
+ *
739
+ * The following arguments are supported in the `trackFunctions` specification block:
740
+ *
741
+ * * `description` - The description of the `trackFunctions` setting.
742
+ *
743
+ * * `enum` - A list of valid values for the `trackFunctions` setting.
744
+ *
745
+ * * `requiresRestart` - Whether changing the value of `trackFunctions` requires the DB to restart.
746
+ *
747
+ * * `type` - The type of the `trackFunctions` setting.
748
+ *
749
+ * ## trackIoTiming
750
+ *
751
+ * The following arguments are supported in the `trackIoTiming` specification block:
752
+ *
753
+ * * `description` - The description of the `trackIoTiming` setting.
754
+ *
755
+ * * `enum` - A list of valid values for the `trackIoTiming` setting.
756
+ *
757
+ * * `example` - An example value for the `trackIoTiming` setting.
758
+ *
759
+ * * `requiresRestart` - Whether changing the value of `trackIoTiming` requires the DB to restart.
760
+ *
761
+ * * `type` - The type of the `trackIoTiming` setting.
762
+ *
763
+ * ## walSenderTimeout
764
+ *
765
+ * The following arguments are supported in the `walSenderTimeout` specification block:
766
+ *
767
+ * * `description` - The description of the `walSenderTimeout` setting.
768
+ *
769
+ * * `example` - An example value for the `walSenderTimeout` setting.
770
+ *
771
+ * * `requiresRestart` - Whether changing the value of `walSenderTimeout` requires the DB to restart.
772
+ *
773
+ * * `type` - The type of the `walSenderTimeout` setting.
774
+ *
775
+ * ## walWriterDelay
776
+ *
777
+ * The following arguments are supported in the `walWriterDelay` specification block:
778
+ *
779
+ * * `description` - The description of the `walWriterDelay` setting.
780
+ *
781
+ * * `example` - An example value for the `walWriterDelay` setting.
782
+ *
783
+ * * `maximum` - The maximum allowed value for the `walWriterDelay` setting.
784
+ *
785
+ * * `minimum` - The minimum allowed value for the `walWriterDelay` setting.
786
+ *
787
+ * * `requiresRestart` - Whether changing the value of `walWriterDelay` requires the DB to restart.
788
+ *
789
+ * * `type` - The type of the `walWriterDelay` setting.
790
+ */
791
+ function getDatabasePostgresqlConfig(opts) {
792
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
793
+ return pulumi.runtime.invoke("linode:index/getDatabasePostgresqlConfig:getDatabasePostgresqlConfig", {}, opts);
794
+ }
795
+ exports.getDatabasePostgresqlConfig = getDatabasePostgresqlConfig;
796
+ /**
797
+ * Provides information about a Linode PostgreSQL Database's Configuration Options.
798
+ * For more information, see the Linode APIv4 docs.
799
+ *
800
+ * ## Example Usage
801
+ *
802
+ * Get information about a PostgreSQL database's configuration options:
803
+ *
804
+ * ```typescript
805
+ * import * as pulumi from "@pulumi/pulumi";
806
+ * import * as linode from "@pulumi/linode";
807
+ *
808
+ * const my_db_config = linode.getDatabasePostgresqlConfig({});
809
+ * ```
810
+ *
811
+ * ## pgStatMonitorEnable
812
+ *
813
+ * The following arguments are supported in the `pgStatMonitorEnable` specification block:
814
+ *
815
+ * * `description` - The description of `pgStatMonitorEnable`.
816
+ *
817
+ * * `requiresRestart` - Whether changing the value `pgStatMonitorEnable` requires the DB to restart.
818
+ *
819
+ * * `type` - The type of the value of `pgStatMonitorEnable`.
820
+ *
821
+ * ## pglookout
822
+ *
823
+ * The following arguments are supported in the `pglookout` specification block:
824
+ *
825
+ * * `maxFailoverReplicationTimeLag` - The maximum failover replication time lag for `pglookout`.
826
+ *
827
+ * ## maxFailoverReplicationTimeLag
828
+ *
829
+ * The following arguments are supported in the `maxFailoverReplicationTimeLag` specification block:
830
+ *
831
+ * * `description` - The description of `maxFailoverReplicationTimeLag`.
832
+ *
833
+ * * `maximum` - The maximum valid value for `maxFailoverReplicationTimeLag`.
834
+ *
835
+ * * `minimum` - The minimum valid value for `maxFailoverReplicationTimeLag`.
836
+ *
837
+ * * `requiresRestart` - Whether changing the value of `maxFailoverReplicationTimeLag` requires the DB to restart.
838
+ *
839
+ * * `type` - The type of the value of `maxFailoverReplicationTimeLag`.
840
+ *
841
+ * ## sharedBuffersPercentage
842
+ *
843
+ * The following arguments are supported in the `sharedBuffersPercentage` specification block:
844
+ *
845
+ * * `description` - The description of `sharedBuffersPercentage`.
846
+ *
847
+ * * `example` - An example of a valid value for `sharedBuffersPercentage`.
848
+ *
849
+ * * `maximum` - The maximum valid value for `sharedBuffersPercentage`.
850
+ *
851
+ * * `minimum` - The minimum valid value for `sharedBuffersPercentage`.
852
+ *
853
+ * * `requiresRestart` - Whether changing the value of `sharedBuffersPercentage` requires the DB to restart.
854
+ *
855
+ * * `type` - The type of the value of `sharedBuffersPercentage`.
856
+ *
857
+ * ## workMem
858
+ *
859
+ * The following arguments are supported in the `workMem` specification block:
860
+ *
861
+ * * `description` - The description of `workMem`.
862
+ *
863
+ * * `example` - An example of a valid value for `workMem`.
864
+ *
865
+ * * `maximum` - The maximum valid value for `workMem`.
866
+ *
867
+ * * `minimum` - The minimum valid value for `workMem`.
868
+ *
869
+ * * `requiresRestart` - Whether changing the value of `workMem` requires the DB to restart.
870
+ *
871
+ * * `type` - The type of the value of `workMem`.
872
+ *
873
+ * ## pg
874
+ *
875
+ * The following arguments are supported in the `pg` specification block:
876
+ *
877
+ * * `autovacuumAnalyzeScaleFactor` - (Optional) Specifies a fraction of the table size to add to autovacuumAnalyzeThreshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size)
878
+ *
879
+ * * `autovacuumAnalyzeThreshold` - (Optional) Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
880
+ *
881
+ * * `autovacuumMaxWorkers` - (Optional) Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
882
+ *
883
+ * * `autovacuumNaptime` - (Optional) Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute
884
+ *
885
+ * * `autovacuumVacuumCostDelay` - (Optional) Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuumCostDelay value will be used. The default value is 20 milliseconds
886
+ *
887
+ * * `autovacuumVacuumCostLimit` - (Optional) Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuumCostLimit value will be used.
888
+ *
889
+ * * `autovacuumVacuumScaleFactor` - (Optional) Specifies a fraction of the table size to add to autovacuumVacuumThreshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size)
890
+ *
891
+ * * `autovacuumVacuumThreshold` - (Optional) Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
892
+ *
893
+ * * `bgwriterDelay` - (Optional) Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
894
+ *
895
+ * * `bgwriterFlushAfter` - (Optional) Whenever more than bgwriterFlushAfter bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
896
+ *
897
+ * * `bgwriterLruMaxpages` - (Optional) In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
898
+ *
899
+ * * `bgwriterLruMultiplier` - (Optional) The average recent need for new buffers is multiplied by bgwriterLruMultiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
900
+ *
901
+ * * `deadlockTimeout` - (Optional) This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
902
+ *
903
+ * * `defaultToastCompression` - (Optional) Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
904
+ *
905
+ * * `idleInTransactionSessionTimeout` - (Optional) Time out sessions with open transactions after this number of milliseconds.
906
+ *
907
+ * * `jit` - (Optional) Controls system-wide use of Just-in-Time Compilation (JIT).
908
+ *
909
+ * * `maxFilesPerProcess` - (Optional) PostgreSQL maximum number of files that can be open per process.
910
+ *
911
+ * * `maxLocksPerTransaction` - (Optional) PostgreSQL maximum locks per transaction.
912
+ *
913
+ * * `maxLogicalReplicationWorkers` - (Optional) PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
914
+ *
915
+ * * `maxParallelWorkers` - (Optional) Sets the maximum number of workers that the system can support for parallel queries.
916
+ *
917
+ * * `maxParallelWorkersPerGather` - (Optional) Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
918
+ *
919
+ * * `maxPredLocksPerTransaction` - (Optional) PostgreSQL maximum predicate locks per transaction.
920
+ *
921
+ * * `maxReplicationSlots` - (Optional) PostgreSQL maximum replication slots.
922
+ *
923
+ * * `maxSlotWalKeepSize` - (Optional) PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). walKeepSize minimum WAL size setting takes precedence over this.
924
+ *
925
+ * * `maxStackDepth` - (Optional) Maximum depth of the stack in bytes.
926
+ *
927
+ * * `maxStandbyArchiveDelay` - (Optional) Max standby archive delay in milliseconds.
928
+ *
929
+ * * `maxStandbyStreamingDelay` - (Optional) Max standby streaming delay in milliseconds.
930
+ *
931
+ * * `maxWalSenders` - (Optional) PostgreSQL maximum WAL senders.
932
+ *
933
+ * * `maxWorkerProcesses` - (Optional) Sets the maximum number of background processes that the system can support.
934
+ *
935
+ * * `passwordEncryption` - (Optional) Chooses the algorithm for encrypting passwords.
936
+ *
937
+ * * `pg_partman_bgw.interval` - (Optional) Sets the time interval to run pg_partman's scheduled tasks.
938
+ *
939
+ * * `pg_partman_bgw.role` - (Optional) Controls which role to use for pg_partman's scheduled background tasks.
940
+ *
941
+ * * `pg_stat_monitor.pgsm_enable_query_plan` - (Optional) Enables or disables query plan monitoring.
942
+ *
943
+ * * `pg_stat_monitor.pgsm_max_buckets` - (Optional) Sets the maximum number of buckets.
944
+ *
945
+ * * `pg_stat_statements.track` - (Optional) Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
946
+ *
947
+ * * `tempFileLimit` - (Optional) PostgreSQL temporary file limit in KiB, -1 for unlimited.
948
+ *
949
+ * * `timezone` - (Optional) PostgreSQL service timezone.
950
+ *
951
+ * * `trackActivityQuerySize` - (Optional) Specifies the number of bytes reserved to track the currently executing command for each active session.
952
+ *
953
+ * * `trackCommitTimestamp` - (Optional) Record commit time of transactions.
954
+ *
955
+ * * `trackFunctions` - (Optional) Enables tracking of function call counts and time used.
956
+ *
957
+ * * `trackIoTiming` - (Optional) Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
958
+ *
959
+ * * `walSenderTimeout` - (Optional) Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
960
+ *
961
+ * * `walWriterDelay` - (Optional) WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
962
+ *
963
+ * ## autovacuumAnalyzeScaleFactor
964
+ *
965
+ * The following arguments are supported in the `autovacuumAnalyzeScaleFactor` specification block:
966
+ *
967
+ * * `description` - The description of `autovacuumAnalyzeScaleFactor`.
968
+ *
969
+ * * `maximum` - The maximum valid value for `autovacuumAnalyzeScaleFactor`.
970
+ *
971
+ * * `minimum` - The minimum valid value for `autovacuumAnalyzeScaleFactor`.
972
+ *
973
+ * * `requiresRestart` - Whether changing the value of `autovacuumAnalyzeScaleFactor` requires the DB to restart.
974
+ *
975
+ * * `type` - The type of the value of `autovacuumAnalyzeScaleFactor`.
976
+ *
977
+ * ## autovacuumAnalyzeThreshold
978
+ *
979
+ * The following arguments are supported in the `autovacuumAnalyzeThreshold` specification block:
980
+ *
981
+ * * `description` - The description of `autovacuumAnalyzeThreshold`.
982
+ *
983
+ * * `maximum` - The maximum valid value for `autovacuumAnalyzeThreshold`.
984
+ *
985
+ * * `minimum` - The minimum valid value for `autovacuumAnalyzeThreshold`.
986
+ *
987
+ * * `requiresRestart` - Whether changing the value of `autovacuumAnalyzeThreshold` requires the DB to restart.
988
+ *
989
+ * * `type` - The type of the value of `autovacuumAnalyzeThreshold`.
990
+ *
991
+ * ## autovacuumMaxWorkers
992
+ *
993
+ * The following arguments are supported in the `autovacuumMaxWorkers` specification block:
994
+ *
995
+ * * `description` - The description of `autovacuumMaxWorkers`.
996
+ *
997
+ * * `maximum` - The maximum valid value for `autovacuumMaxWorkers`.
998
+ *
999
+ * * `minimum` - The minimum valid value for `autovacuumMaxWorkers`.
1000
+ *
1001
+ * * `requiresRestart` - Whether changing the value of `autovacuumMaxWorkers` requires the DB to restart.
1002
+ *
1003
+ * * `type` - The type of the value of `autovacuumMaxWorkers`.
1004
+ *
1005
+ * ## autovacuumNaptime
1006
+ *
1007
+ * The following arguments are supported in the `autovacuumNaptime` specification block:
1008
+ *
1009
+ * * `description` - The description of `autovacuumNaptime`.
1010
+ *
1011
+ * * `maximum` - The maximum valid value for `autovacuumNaptime`.
1012
+ *
1013
+ * * `minimum` - The minimum valid value for `autovacuumNaptime`.
1014
+ *
1015
+ * * `requiresRestart` - Whether changing the value of `autovacuumNaptime` requires the DB to restart.
1016
+ *
1017
+ * * `type` - The type of the value of `autovacuumNaptime`.
1018
+ *
1019
+ * ## autovacuumVacuumCostDelay
1020
+ *
1021
+ * The following arguments are supported in the `autovacuumVacuumCostDelay` specification block:
1022
+ *
1023
+ * * `description` - The description of `autovacuumVacuumCostDelay`.
1024
+ *
1025
+ * * `maximum` - The maximum valid value for `autovacuumVacuumCostDelay`.
1026
+ *
1027
+ * * `minimum` - The minimum valid value for `autovacuumVacuumCostDelay`.
1028
+ *
1029
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumCostDelay` requires the DB to restart.
1030
+ *
1031
+ * * `type` - The type of the value of `autovacuumVacuumCostDelay`.
1032
+ *
1033
+ * ## autovacuumVacuumCostLimit
1034
+ *
1035
+ * The following arguments are supported in the `autovacuumVacuumCostLimit` specification block:
1036
+ *
1037
+ * * `description` - The description of `autovacuumVacuumCostLimit`.
1038
+ *
1039
+ * * `maximum` - The maximum valid value for `autovacuumVacuumCostLimit`.
1040
+ *
1041
+ * * `minimum` - The minimum valid value for `autovacuumVacuumCostLimit`.
1042
+ *
1043
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumCostLimit` requires the DB to restart.
1044
+ *
1045
+ * * `type` - The type of the value of `autovacuumVacuumCostLimit`.
1046
+ *
1047
+ * ## autovacuumVacuumScaleFactor
1048
+ *
1049
+ * The following arguments are supported in the `autovacuumVacuumScaleFactor` specification block:
1050
+ *
1051
+ * * `description` - The description of `autovacuumVacuumScaleFactor`.
1052
+ *
1053
+ * * `maximum` - The maximum valid value for `autovacuumVacuumScaleFactor`.
1054
+ *
1055
+ * * `minimum` - The minimum valid value for `autovacuumVacuumScaleFactor`.
1056
+ *
1057
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumScaleFactor` requires the DB to restart.
1058
+ *
1059
+ * * `type` - The type of the value of `autovacuumVacuumScaleFactor`.
1060
+ *
1061
+ * ## autovacuumVacuumThreshold
1062
+ *
1063
+ * The following arguments are supported in the `autovacuumVacuumThreshold` specification block:
1064
+ *
1065
+ * * `description` - The description of `autovacuumVacuumThreshold`.
1066
+ *
1067
+ * * `maximum` - The maximum valid value for `autovacuumVacuumThreshold`.
1068
+ *
1069
+ * * `minimum` - The minimum valid value for `autovacuumVacuumThreshold`.
1070
+ *
1071
+ * * `requiresRestart` - Whether changing the value of `autovacuumVacuumThreshold` requires the DB to restart.
1072
+ *
1073
+ * * `type` - The type of the value of `autovacuumVacuumThreshold`.
1074
+ *
1075
+ * ## bgwriterDelay
1076
+ *
1077
+ * The following arguments are supported in the `bgwriterDelay` specification block:
1078
+ *
1079
+ * * `description` - The description of `bgwriterDelay`.
1080
+ *
1081
+ * * `example` - An example of a valid value for `bgwriterDelay`.
1082
+ *
1083
+ * * `maximum` - The maximum valid value for `bgwriterDelay`.
1084
+ *
1085
+ * * `minimum` - The minimum valid value for `bgwriterDelay`.
1086
+ *
1087
+ * * `requiresRestart` - Whether changing the value of `bgwriterDelay` requires the DB to restart.
1088
+ *
1089
+ * * `type` - The type of the value of `bgwriterDelay`.
1090
+ *
1091
+ * ## bgwriterFlushAfter
1092
+ *
1093
+ * The following arguments are supported in the `bgwriterFlushAfter` specification block:
1094
+ *
1095
+ * * `description` - The description of `bgwriterFlushAfter`.
1096
+ *
1097
+ * * `example` - An example of a valid value for `bgwriterFlushAfter`.
1098
+ *
1099
+ * * `maximum` - The maximum valid value for `bgwriterFlushAfter`.
1100
+ *
1101
+ * * `minimum` - The minimum valid value for `bgwriterFlushAfter`.
1102
+ *
1103
+ * * `requiresRestart` - Whether changing the value of `bgwriterFlushAfter` requires the DB to restart.
1104
+ *
1105
+ * * `type` - The type of the value of `bgwriterFlushAfter`.
1106
+ *
1107
+ * ## bgwriterLruMaxpages
1108
+ *
1109
+ * The following arguments are supported in the `bgwriterLruMaxpages` specification block:
1110
+ *
1111
+ * * `description` - The description of `bgwriterLruMaxpages`.
1112
+ *
1113
+ * * `example` - An example of a valid value for `bgwriterLruMaxpages`.
1114
+ *
1115
+ * * `maximum` - The maximum valid value for `bgwriterLruMaxpages`.
1116
+ *
1117
+ * * `minimum` - The minimum valid value for `bgwriterLruMaxpages`.
1118
+ *
1119
+ * * `requiresRestart` - Whether changing the value of `bgwriterLruMaxpages` requires the DB to restart.
1120
+ *
1121
+ * * `type` - The type of the value of `bgwriterLruMaxpages`.
1122
+ *
1123
+ * ## bgwriterLruMultiplier
1124
+ *
1125
+ * The following arguments are supported in the `bgwriterLruMultiplier` specification block:
1126
+ *
1127
+ * * `description` - The description of `bgwriterLruMultiplier`.
1128
+ *
1129
+ * * `example` - An example of a valid value for `bgwriterLruMultiplier`.
1130
+ *
1131
+ * * `maximum` - The maximum valid value for `bgwriterLruMultiplier`.
1132
+ *
1133
+ * * `minimum` - The minimum valid value for `bgwriterLruMultiplier`.
1134
+ *
1135
+ * * `requiresRestart` - Whether changing the value of `bgwriterLruMultiplier` requires the DB to restart.
1136
+ *
1137
+ * * `type` - The type of the value of `bgwriterLruMultiplier`.
1138
+ *
1139
+ * ## deadlockTimeout
1140
+ *
1141
+ * The following arguments are supported in the `deadlockTimeout` specification block:
1142
+ *
1143
+ * * `description` - The description of `deadlockTimeout`.
1144
+ *
1145
+ * * `example` - An example of a valid value for `deadlockTimeout`.
1146
+ *
1147
+ * * `maximum` - The maximum valid value for `deadlockTimeout`.
1148
+ *
1149
+ * * `minimum` - The minimum valid value for `deadlockTimeout`.
1150
+ *
1151
+ * * `requiresRestart` - Whether changing the value of `deadlockTimeout` requires the DB to restart.
1152
+ *
1153
+ * * `type` - The type of the value of `deadlockTimeout`.
1154
+ *
1155
+ * ## defaultToastCompression
1156
+ *
1157
+ * The following arguments are supported in the `defaultToastCompression` specification block:
1158
+ *
1159
+ * * `description` - The description of `defaultToastCompression`.
1160
+ *
1161
+ * * `enum` - A list of valid compression methods for `defaultToastCompression`.
1162
+ *
1163
+ * * `example` - An example of a valid value for `defaultToastCompression`.
1164
+ *
1165
+ * * `requiresRestart` - Whether changing the value of `defaultToastCompression` requires the DB to restart.
1166
+ *
1167
+ * * `type` - The type of the value of `defaultToastCompression`.
1168
+ *
1169
+ * ## idleInTransactionSessionTimeout
1170
+ *
1171
+ * The following arguments are supported in the `idleInTransactionSessionTimeout` specification block:
1172
+ *
1173
+ * * `description` - The description of `idleInTransactionSessionTimeout`.
1174
+ *
1175
+ * * `maximum` - The maximum valid value for `idleInTransactionSessionTimeout`.
1176
+ *
1177
+ * * `minimum` - The minimum valid value for `idleInTransactionSessionTimeout`.
1178
+ *
1179
+ * * `requiresRestart` - Whether changing the value of `idleInTransactionSessionTimeout` requires the DB to restart.
1180
+ *
1181
+ * * `type` - The type of the value of `idleInTransactionSessionTimeout`.
1182
+ *
1183
+ * ## jit
1184
+ *
1185
+ * The following arguments are supported in the `jit` specification block:
1186
+ *
1187
+ * * `description` - The description of `jit`.
1188
+ *
1189
+ * * `example` - An example of a valid value for `jit`.
1190
+ *
1191
+ * * `requiresRestart` - Whether changing the value of `jit` requires the DB to restart.
1192
+ *
1193
+ * * `type` - The type of the value of `jit`.
1194
+ *
1195
+ * ## maxFilesPerProcess
1196
+ *
1197
+ * The following arguments are supported in the `maxFilesPerProcess` specification block:
1198
+ *
1199
+ * * `description` - The description of `maxFilesPerProcess`.
1200
+ *
1201
+ * * `maximum` - The maximum valid value for `maxFilesPerProcess`.
1202
+ *
1203
+ * * `minimum` - The minimum valid value for `maxFilesPerProcess`.
1204
+ *
1205
+ * * `requiresRestart` - Whether changing the value of `maxFilesPerProcess` requires the DB to restart.
1206
+ *
1207
+ * * `type` - The type of the value of `maxFilesPerProcess`.
1208
+ *
1209
+ * ## maxLocksPerTransaction
1210
+ *
1211
+ * The following arguments are supported in the `maxLocksPerTransaction` specification block:
1212
+ *
1213
+ * * `description` - The description of `maxLocksPerTransaction`.
1214
+ *
1215
+ * * `maximum` - The maximum valid value for `maxLocksPerTransaction`.
1216
+ *
1217
+ * * `minimum` - The minimum valid value for `maxLocksPerTransaction`.
1218
+ *
1219
+ * * `requiresRestart` - Whether changing the value of `maxLocksPerTransaction` requires the DB to restart.
1220
+ *
1221
+ * * `type` - The type of the value of `maxLocksPerTransaction`.
1222
+ *
1223
+ * ## maxLogicalReplicationWorkers
1224
+ *
1225
+ * The following arguments are supported in the `maxLogicalReplicationWorkers` specification block:
1226
+ *
1227
+ * * `description` - The description of `maxLogicalReplicationWorkers`.
1228
+ *
1229
+ * * `maximum` - The maximum valid value for `maxLogicalReplicationWorkers`.
1230
+ *
1231
+ * * `minimum` - The minimum valid value for `maxLogicalReplicationWorkers`.
1232
+ *
1233
+ * * `requiresRestart` - Whether changing the value of `maxLogicalReplicationWorkers` requires the DB to restart.
1234
+ *
1235
+ * * `type` - The type of the value of `maxLogicalReplicationWorkers`.
1236
+ *
1237
+ * ## maxParallelWorkers
1238
+ *
1239
+ * The following arguments are supported in the `maxParallelWorkers` specification block:
1240
+ *
1241
+ * * `description` - The description of `maxParallelWorkers`.
1242
+ *
1243
+ * * `maximum` - The maximum valid value for `maxParallelWorkers`.
1244
+ *
1245
+ * * `minimum` - The minimum valid value for `maxParallelWorkers`.
1246
+ *
1247
+ * * `requiresRestart` - Whether changing the value of `maxParallelWorkers` requires the DB to restart.
1248
+ *
1249
+ * * `type` - The type of the value of `maxParallelWorkers`.
1250
+ *
1251
+ * ## maxParallelWorkersPerGather
1252
+ *
1253
+ * The following arguments are supported in the `maxParallelWorkersPerGather` specification block:
1254
+ *
1255
+ * * `description` - The description of `maxParallelWorkersPerGather`.
1256
+ *
1257
+ * * `maximum` - The maximum valid value for `maxParallelWorkersPerGather`.
1258
+ *
1259
+ * * `minimum` - The minimum valid value for `maxParallelWorkersPerGather`.
1260
+ *
1261
+ * * `requiresRestart` - Whether changing the value of `maxParallelWorkersPerGather` requires the DB to restart.
1262
+ *
1263
+ * * `type` - The type of the value of `maxParallelWorkersPerGather`.
1264
+ *
1265
+ * ## maxPredLocksPerTransaction
1266
+ *
1267
+ * The following arguments are supported in the `maxPredLocksPerTransaction` specification block:
1268
+ *
1269
+ * * `description` - The description of `maxPredLocksPerTransaction`.
1270
+ *
1271
+ * * `maximum` - The maximum valid value for `maxPredLocksPerTransaction`.
1272
+ *
1273
+ * * `minimum` - The minimum valid value for `maxPredLocksPerTransaction`.
1274
+ *
1275
+ * * `requiresRestart` - Whether changing the value of `maxPredLocksPerTransaction` requires the DB to restart.
1276
+ *
1277
+ * * `type` - The type of the value of `maxPredLocksPerTransaction`.
1278
+ *
1279
+ * ## maxReplicationSlots
1280
+ *
1281
+ * The following arguments are supported in the `maxReplicationSlots` specification block:
1282
+ *
1283
+ * * `description` - The description of `maxReplicationSlots`.
1284
+ *
1285
+ * * `maximum` - The maximum valid value for `maxReplicationSlots`.
1286
+ *
1287
+ * * `minimum` - The minimum valid value for `maxReplicationSlots`.
1288
+ *
1289
+ * * `requiresRestart` - Whether changing the value of `maxReplicationSlots` requires the DB to restart.
1290
+ *
1291
+ * * `type` - The type of the value of `maxReplicationSlots`.
1292
+ *
1293
+ * ## maxSlotWalKeepSize
1294
+ *
1295
+ * The following arguments are supported in the `maxSlotWalKeepSize` specification block:
1296
+ *
1297
+ * * `description` - The description of `maxSlotWalKeepSize`.
1298
+ *
1299
+ * * `maximum` - The maximum valid value for `maxSlotWalKeepSize`.
1300
+ *
1301
+ * * `minimum` - The minimum valid value for `maxSlotWalKeepSize`.
1302
+ *
1303
+ * * `requiresRestart` - Whether changing the value of `maxSlotWalKeepSize` requires the DB to restart.
1304
+ *
1305
+ * * `type` - The type of the value of `maxSlotWalKeepSize`.
1306
+ *
1307
+ * ## maxStackDepth
1308
+ *
1309
+ * The following arguments are supported in the `maxStackDepth` specification block:
1310
+ *
1311
+ * * `description` - The description of `maxStackDepth`.
1312
+ *
1313
+ * * `maximum` - The maximum valid value for `maxStackDepth`.
1314
+ *
1315
+ * * `minimum` - The minimum valid value for `maxStackDepth`.
1316
+ *
1317
+ * * `requiresRestart` - Whether changing the value of `maxStackDepth` requires the DB to restart.
1318
+ *
1319
+ * * `type` - The type of the value of `maxStackDepth`.
1320
+ *
1321
+ * ## maxStandbyArchiveDelay
1322
+ *
1323
+ * The following arguments are supported in the `maxStandbyArchiveDelay` specification block:
1324
+ *
1325
+ * * `description` - The description of `maxStandbyArchiveDelay`.
1326
+ *
1327
+ * * `maximum` - The maximum valid value for `maxStandbyArchiveDelay`.
1328
+ *
1329
+ * * `minimum` - The minimum valid value for `maxStandbyArchiveDelay`.
1330
+ *
1331
+ * * `requiresRestart` - Whether changing the value of `maxStandbyArchiveDelay` requires the DB to restart.
1332
+ *
1333
+ * * `type` - The type of the value of `maxStandbyArchiveDelay`.
1334
+ *
1335
+ * ## maxStandbyStreamingDelay
1336
+ *
1337
+ * The following arguments are supported in the `maxStandbyStreamingDelay` specification block:
1338
+ *
1339
+ * * `description` - The description of `maxStandbyStreamingDelay`.
1340
+ *
1341
+ * * `maximum` - The maximum valid value for `maxStandbyStreamingDelay`.
1342
+ *
1343
+ * * `minimum` - The minimum valid value for `maxStandbyStreamingDelay`.
1344
+ *
1345
+ * * `requiresRestart` - Whether changing the value of `maxStandbyStreamingDelay` requires the DB to restart.
1346
+ *
1347
+ * * `type` - The type of the value of `maxStandbyStreamingDelay`.
1348
+ *
1349
+ * ## maxWalSenders
1350
+ *
1351
+ * The following arguments are supported in the `maxWalSenders` specification block:
1352
+ *
1353
+ * * `description` - The description of `maxWalSenders`.
1354
+ *
1355
+ * * `maximum` - The maximum valid value for `maxWalSenders`.
1356
+ *
1357
+ * * `minimum` - The minimum valid value for `maxWalSenders`.
1358
+ *
1359
+ * * `requiresRestart` - Whether changing the value of `maxWalSenders` requires the DB to restart.
1360
+ *
1361
+ * * `type` - The type of the value of `maxWalSenders`.
1362
+ *
1363
+ * ## maxWorkerProcesses
1364
+ *
1365
+ * The following arguments are supported in the `maxWorkerProcesses` specification block:
1366
+ *
1367
+ * * `description` - The description of `maxWorkerProcesses`.
1368
+ *
1369
+ * * `maximum` - The maximum valid value for `maxWorkerProcesses`.
1370
+ *
1371
+ * * `minimum` - The minimum valid value for `maxWorkerProcesses`.
1372
+ *
1373
+ * * `requiresRestart` - Whether changing the value of `maxWorkerProcesses` requires the DB to restart.
1374
+ *
1375
+ * * `type` - The type of the value of `maxWorkerProcesses`.
1376
+ *
1377
+ * ## passwordEncryption
1378
+ *
1379
+ * The following arguments are supported in the `passwordEncryption` specification block:
1380
+ *
1381
+ * * `description` - The description of the `passwordEncryption` setting.
1382
+ *
1383
+ * * `enum` - A list of valid values for the `passwordEncryption` setting.
1384
+ *
1385
+ * * `example` - An example value for the `passwordEncryption` setting.
1386
+ *
1387
+ * * `requiresRestart` - Whether changing the value of `passwordEncryption` requires the DB to restart.
1388
+ *
1389
+ * * `type` - A list of types for the `passwordEncryption` setting.
1390
+ *
1391
+ * ## pgPartmanBgwInterval
1392
+ *
1393
+ * The following arguments are supported in the `pgPartmanBgwInterval` specification block:
1394
+ *
1395
+ * * `description` - The description of the `pgPartmanBgwInterval` setting.
1396
+ *
1397
+ * * `example` - An example value for the `pgPartmanBgwInterval` setting.
1398
+ *
1399
+ * * `maximum` - The maximum allowed value for the `pgPartmanBgwInterval` setting.
1400
+ *
1401
+ * * `minimum` - The minimum allowed value for the `pgPartmanBgwInterval` setting.
1402
+ *
1403
+ * * `requiresRestart` - Whether changing the value of `pgPartmanBgwInterval` requires the DB to restart.
1404
+ *
1405
+ * * `type` - The type of the `pgPartmanBgwInterval` setting.
1406
+ *
1407
+ * ## pgPartmanBgwRole
1408
+ *
1409
+ * The following arguments are supported in the `pgPartmanBgwRole` specification block:
1410
+ *
1411
+ * * `description` - The description of the `pgPartmanBgwRole` setting.
1412
+ *
1413
+ * * `example` - An example value for the `pgPartmanBgwRole` setting.
1414
+ *
1415
+ * * `maxLength` - The maximum length for the `pgPartmanBgwRole` setting.
1416
+ *
1417
+ * * `pattern` - The regular expression pattern for validating the `pgPartmanBgwRole` setting.
1418
+ *
1419
+ * * `requiresRestart` - Whether changing the value of `pgPartmanBgwRole` requires the DB to restart.
1420
+ *
1421
+ * * `type` - The type of the `pgPartmanBgwRole` setting.
1422
+ *
1423
+ * ## pgStatMonitorPgsmEnableQueryPlan
1424
+ *
1425
+ * The following arguments are supported in the `pgStatMonitorPgsmEnableQueryPlan` specification block:
1426
+ *
1427
+ * * `description` - The description of the `pgStatMonitorPgsmEnableQueryPlan` setting.
1428
+ *
1429
+ * * `example` - An example value for the `pgStatMonitorPgsmEnableQueryPlan` setting.
1430
+ *
1431
+ * * `requiresRestart` - Whether changing the value of `pgStatMonitorPgsmEnableQueryPlan` requires the DB to restart.
1432
+ *
1433
+ * * `type` - The type of the `pgStatMonitorPgsmEnableQueryPlan` setting.
1434
+ *
1435
+ * ## pgStatMonitorPgsmMaxBuckets
1436
+ *
1437
+ * The following arguments are supported in the `pgStatMonitorPgsmMaxBuckets` specification block:
1438
+ *
1439
+ * * `description` - The description of the `pgStatMonitorPgsmMaxBuckets` setting.
1440
+ *
1441
+ * * `example` - An example value for the `pgStatMonitorPgsmMaxBuckets` setting.
1442
+ *
1443
+ * * `maximum` - The maximum allowed value for the `pgStatMonitorPgsmMaxBuckets` setting.
1444
+ *
1445
+ * * `minimum` - The minimum allowed value for the `pgStatMonitorPgsmMaxBuckets` setting.
1446
+ *
1447
+ * * `requiresRestart` - Whether changing the value of `pgStatMonitorPgsmMaxBuckets` requires the DB to restart.
1448
+ *
1449
+ * * `type` - The type of the `pgStatMonitorPgsmMaxBuckets` setting.
1450
+ *
1451
+ * ## pgStatStatementsTrack
1452
+ *
1453
+ * The following arguments are supported in the `pgStatStatementsTrack` specification block:
1454
+ *
1455
+ * * `description` - The description of the `pgStatStatementsTrack` setting.
1456
+ *
1457
+ * * `enum` - A list of valid values for the `pgStatStatementsTrack` setting.
1458
+ *
1459
+ * * `requiresRestart` - Whether changing the value of `pgStatStatementsTrack` requires the DB to restart.
1460
+ *
1461
+ * * `type` - The type of the `pgStatStatementsTrack` setting.
1462
+ *
1463
+ * ## tempFileLimit
1464
+ *
1465
+ * The following arguments are supported in the `tempFileLimit` specification block:
1466
+ *
1467
+ * * `description` - The description of the `tempFileLimit` setting.
1468
+ *
1469
+ * * `example` - An example value for the `tempFileLimit` setting.
1470
+ *
1471
+ * * `maximum` - The maximum allowed value for the `tempFileLimit` setting.
1472
+ *
1473
+ * * `minimum` - The minimum allowed value for the `tempFileLimit` setting.
1474
+ *
1475
+ * * `requiresRestart` - Whether changing the value of `tempFileLimit` requires the DB to restart.
1476
+ *
1477
+ * * `type` - The type of the `tempFileLimit` setting.
1478
+ *
1479
+ * ## timezone
1480
+ *
1481
+ * The following arguments are supported in the `timezone` specification block:
1482
+ *
1483
+ * * `description` - The description of the `timezone` setting.
1484
+ *
1485
+ * * `example` - An example value for the `timezone` setting.
1486
+ *
1487
+ * * `maxLength` - The maximum length for the `timezone` setting.
1488
+ *
1489
+ * * `pattern` - The regular expression pattern for validating the `timezone` setting.
1490
+ *
1491
+ * * `requiresRestart` - Whether changing the value of `timezone` requires the DB to restart.
1492
+ *
1493
+ * * `type` - The type of the `timezone` setting.
1494
+ *
1495
+ * ## trackActivityQuerySize
1496
+ *
1497
+ * The following arguments are supported in the `trackActivityQuerySize` specification block:
1498
+ *
1499
+ * * `description` - The description of the `trackActivityQuerySize` setting.
1500
+ *
1501
+ * * `example` - An example value for the `trackActivityQuerySize` setting.
1502
+ *
1503
+ * * `maximum` - The maximum allowed value for the `trackActivityQuerySize` setting.
1504
+ *
1505
+ * * `minimum` - The minimum allowed value for the `trackActivityQuerySize` setting.
1506
+ *
1507
+ * * `requiresRestart` - Whether changing the value of `trackActivityQuerySize` requires the DB to restart.
1508
+ *
1509
+ * * `type` - The type of the `trackActivityQuerySize` setting.
1510
+ *
1511
+ * ## trackCommitTimestamp
1512
+ *
1513
+ * The following arguments are supported in the `trackCommitTimestamp` specification block:
1514
+ *
1515
+ * * `description` - The description of the `trackCommitTimestamp` setting.
1516
+ *
1517
+ * * `enum` - A list of valid values for the `trackCommitTimestamp` setting.
1518
+ *
1519
+ * * `example` - An example value for the `trackCommitTimestamp` setting.
1520
+ *
1521
+ * * `requiresRestart` - Whether changing the value of `trackCommitTimestamp` requires the DB to restart.
1522
+ *
1523
+ * * `type` - The type of the `trackCommitTimestamp` setting.
1524
+ *
1525
+ * ## trackFunctions
1526
+ *
1527
+ * The following arguments are supported in the `trackFunctions` specification block:
1528
+ *
1529
+ * * `description` - The description of the `trackFunctions` setting.
1530
+ *
1531
+ * * `enum` - A list of valid values for the `trackFunctions` setting.
1532
+ *
1533
+ * * `requiresRestart` - Whether changing the value of `trackFunctions` requires the DB to restart.
1534
+ *
1535
+ * * `type` - The type of the `trackFunctions` setting.
1536
+ *
1537
+ * ## trackIoTiming
1538
+ *
1539
+ * The following arguments are supported in the `trackIoTiming` specification block:
1540
+ *
1541
+ * * `description` - The description of the `trackIoTiming` setting.
1542
+ *
1543
+ * * `enum` - A list of valid values for the `trackIoTiming` setting.
1544
+ *
1545
+ * * `example` - An example value for the `trackIoTiming` setting.
1546
+ *
1547
+ * * `requiresRestart` - Whether changing the value of `trackIoTiming` requires the DB to restart.
1548
+ *
1549
+ * * `type` - The type of the `trackIoTiming` setting.
1550
+ *
1551
+ * ## walSenderTimeout
1552
+ *
1553
+ * The following arguments are supported in the `walSenderTimeout` specification block:
1554
+ *
1555
+ * * `description` - The description of the `walSenderTimeout` setting.
1556
+ *
1557
+ * * `example` - An example value for the `walSenderTimeout` setting.
1558
+ *
1559
+ * * `requiresRestart` - Whether changing the value of `walSenderTimeout` requires the DB to restart.
1560
+ *
1561
+ * * `type` - The type of the `walSenderTimeout` setting.
1562
+ *
1563
+ * ## walWriterDelay
1564
+ *
1565
+ * The following arguments are supported in the `walWriterDelay` specification block:
1566
+ *
1567
+ * * `description` - The description of the `walWriterDelay` setting.
1568
+ *
1569
+ * * `example` - An example value for the `walWriterDelay` setting.
1570
+ *
1571
+ * * `maximum` - The maximum allowed value for the `walWriterDelay` setting.
1572
+ *
1573
+ * * `minimum` - The minimum allowed value for the `walWriterDelay` setting.
1574
+ *
1575
+ * * `requiresRestart` - Whether changing the value of `walWriterDelay` requires the DB to restart.
1576
+ *
1577
+ * * `type` - The type of the `walWriterDelay` setting.
1578
+ */
1579
+ function getDatabasePostgresqlConfigOutput(opts) {
1580
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
1581
+ return pulumi.runtime.invokeOutput("linode:index/getDatabasePostgresqlConfig:getDatabasePostgresqlConfig", {}, opts);
1582
+ }
1583
+ exports.getDatabasePostgresqlConfigOutput = getDatabasePostgresqlConfigOutput;
1584
+ //# sourceMappingURL=getDatabasePostgresqlConfig.js.map