Skip to content

Commit 634d2fc

Browse files
committed
docs: review
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 1610b64 commit 634d2fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

templates/metadata.hcl.tmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ metadata = {
5252
# TODO: Remove this comment block after customizing the file.
5353
# `bin_path`: this SHOULD be defined when your extension needs executables
5454
# to be present in the PATH of the PostgreSQL process to function properly.
55-
# Each path is appended to the PATH environment variable for the
56-
# Postgres process.
57-
# If left EMPTY (`[]`) the operator will NOT alter `PATH`.
58-
# Used in tests and to generate image catalogs.
55+
# For most extensions, the default empty list (`[]`) is correct and the
56+
# operator will NOT alter `PATH`.
57+
# Each path provided is appended to the `PATH` environment variable for the
58+
# Postgres process. Used in tests and to generate image catalogs.
5959
bin_path = []
6060

6161
# TODO: Remove this comment block after customizing the file.

0 commit comments

Comments
 (0)