Fix #76830: PDO_PGSQL DSN could have "sslmode" documented

This commit is contained in:
Christoph M. Becker 2021-11-08 14:32:00 +01:00
parent 67ca0d930c
commit a0f0f0446d
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<reference xml:id="ref.pdo-pgsql" xmlns="http://docbook.org/ns/docbook">
<reference xml:id="ref.pdo-pgsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>PostgreSQL Functions (PDO_PGSQL)</title>
<titleabbrev>PostgreSQL (PDO)</titleabbrev>
@ -91,6 +91,15 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>sslmode</literal></term>
<listitem>
<para>
The SSL mode. Supported values and their meaning are listed in the
<link xlink:href="&url.pgsql.manual;">PostgreSQL Documentation</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>