Skip to content

Commit 396c773

Browse files
authored
Rebased postgresql.conf template with demo file to fix formatting
Rebased postgresql.conf template with demo file to fix formatting
1 parent a28f4e5 commit 396c773

File tree

2 files changed

+316
-298
lines changed

2 files changed

+316
-298
lines changed

defaults/main.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ postgresql_timezone: "UTC"
659659
postgresql_timezone_abbreviations: "Default"
660660

661661
postgresql_extra_float_digits: 0 # min -15, max 3
662-
postgresql_client_encoding: False # actually defaults to database encoding
662+
postgresql_client_encoding: false # actually defaults to database encoding
663663
# 'sql_ascii', 'UTF8', ...
664664

665665
# These settings are initialized by initdb, but they can be changed.
@@ -710,6 +710,7 @@ postgresql_backslash_quote: "safe_encoding" # on, off, or safe_encod
710710
postgresql_default_with_oids: off
711711
postgresql_escape_string_warning: on
712712
postgresql_lo_compat_privileges: off
713+
postgresql_operator_precedence_warning: off
713714
postgresql_quote_all_identifiers: off
714715
postgresql_sql_inheritance: on
715716
postgresql_standard_conforming_strings: on
@@ -733,6 +734,19 @@ postgresql_restart_after_crash: on
733734
postgresql_data_sync_retry: off
734735

735736

737+
#------------------------------------------------------------------------------
738+
# CONFIG FILE INCLUDES
739+
#------------------------------------------------------------------------------
740+
741+
# include files ending in '.conf' from
742+
# directory 'conf.d'
743+
postgresql_include_dir: "conf.d"
744+
# include file only if it exists
745+
postgresql_include_if_exists: false
746+
# include file
747+
postgresql_include: false
748+
749+
736750
#------------------------------------------------------------------------------
737751
# PGTUNE
738752
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)