mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
Minor docs fix in postgres config override (#3553)
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user