mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #76830: PDO_PGSQL DSN could have "sslmode" documented
This commit is contained in:
parent
67ca0d930c
commit
a0f0f0446d
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue