Minor docs fix in postgres config override (#3553)

This commit is contained in:
Matt Black
2023-06-13 01:08:46 +10:00
committed by GitHub
parent a5242ea957
commit f3ae856854

View File

@@ -32,8 +32,8 @@ const SteampipeConfContent = `
# It is overwritten each time Steampipe starts.
#
# In the rare case that postgres.conf customization is required, modifications
# or additions should be placed in the 'postgres.conf.d' folder as a config
# include file. For example: 'postgres.conf.d/01-custom-settings.conf'.
# or additions should be placed in the 'postgresql.conf.d' folder as a config
# include file. For example: 'postgresql.conf.d/01-custom-settings.conf'.
# See https://www.postgresql.org/docs/current/config-setting.html#CONFIG-INCLUDES
#