We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659fa40 commit 0e1c8bfCopy full SHA for 0e1c8bf
templates/metadata.hcl.tmpl
@@ -29,7 +29,11 @@ metadata = {
29
30
# TODO: Remove this comment block after customizing the file.
31
# `postgresql_parameters`: custom PostgreSQL configuration parameters to be set
32
- # for this extension. Usually empty.
+ # for this extension. This is a map of key-value pairs.
33
+ # This option should be reserved for parameters that are strictly necessary
34
+ # for the extension to function properly. Avoid setting parameters that just
35
+ # customize the behavior of the extension.
36
+ # Usually empty.
37
# Used in tests.
38
# Example: { "pgaudit.log_client" = "on" }.
39
postgresql_parameters = {}
0 commit comments