Skip to content

Commit 0e1c8bf

Browse files
committed
docs: improve template's comment
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 659fa40 commit 0e1c8bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/metadata.hcl.tmpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ metadata = {
2929

3030
# TODO: Remove this comment block after customizing the file.
3131
# `postgresql_parameters`: custom PostgreSQL configuration parameters to be set
32-
# for this extension. Usually empty.
32+
# 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.
3337
# Used in tests.
3438
# Example: { "pgaudit.log_client" = "on" }.
3539
postgresql_parameters = {}

0 commit comments

Comments
 (0)