File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -687,7 +687,8 @@ SET ENABLE_SEQSCAN TO OFF;
687
687
<para>
688
688
Specifies a list of <acronym>SSL</> ciphers that are allowed to be
689
689
used on secure connections. See the <application>openssl</>
690
- manual page for a list of supported ciphers.
690
+ manual page for a list of supported ciphers. This parameter is
691
+ unavailable unless the server is compiled with support for SSL.
691
692
</para>
692
693
</listitem>
693
694
</varlistentry>
@@ -2969,7 +2970,8 @@ local0.* /var/log/postgresql
2969
2970
documentation of your system's
2970
2971
<application>syslog</application> daemon.
2971
2972
This parameter can only be set in the <filename>postgresql.conf</>
2972
- file or on the server command line.
2973
+ file or on the server command line. This parameter is unavailable
2974
+ unless the server is compiled with support for syslog.
2973
2975
</para>
2974
2976
</listitem>
2975
2977
</varlistentry>
@@ -2987,7 +2989,8 @@ local0.* /var/log/postgresql
2987
2989
<application>syslog</application> logs. The default is
2988
2990
<literal>postgres</literal>.
2989
2991
This parameter can only be set in the <filename>postgresql.conf</>
2990
- file or on the server command line.
2992
+ file or on the server command line. This parameter is unavailable
2993
+ unless the server is compiled with support for syslog.
2991
2994
</para>
2992
2995
</listitem>
2993
2996
</varlistentry>
You can’t perform that action at this time.
0 commit comments