@@ -659,7 +659,7 @@ postgresql_timezone: "UTC"
659
659
postgresql_timezone_abbreviations : " Default"
660
660
661
661
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
663
663
# 'sql_ascii', 'UTF8', ...
664
664
665
665
# 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
710
710
postgresql_default_with_oids : off
711
711
postgresql_escape_string_warning : on
712
712
postgresql_lo_compat_privileges : off
713
+ postgresql_operator_precedence_warning : off
713
714
postgresql_quote_all_identifiers : off
714
715
postgresql_sql_inheritance : on
715
716
postgresql_standard_conforming_strings : on
@@ -733,6 +734,19 @@ postgresql_restart_after_crash: on
733
734
postgresql_data_sync_retry : off
734
735
735
736
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
+
736
750
# ------------------------------------------------------------------------------
737
751
# PGTUNE
738
752
# ------------------------------------------------------------------------------
0 commit comments