1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-25 16:22:20 +01:00

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

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>