mirror of
https://github.com/php/doc-en.git
synced 2026-03-25 08:12:15 +01:00
Fix #76830: PDO_PGSQL DSN could have "sslmode" documented
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user