Skip to content

Commit 8ee3562

Browse files
authored
Update documentation on driver parameters (#7019)
In addition to the changes in #7011, document the `persistent` parameter for more drivers.
1 parent 1cf840d commit 8ee3562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/reference/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ pdo_mysql
227227
- ``dbname`` (string): Name of the database/schema to connect to.
228228
- ``unix_socket`` (string): Name of the socket used to connect to
229229
the database.
230+
- ``persistent`` (boolean): Whether to establish a persistent connection.
230231
- ``charset`` (string): The charset used when connecting to the
231232
database.
232233

@@ -283,6 +284,7 @@ pdo_pgsql / pgsql
283284
See `www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNECT-SSLCRL <https://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNECT-SSLCRL>`_
284285
- ``gssencmode`` (string): Optional GSS-encrypted channel/GSSEncMode configuration.
285286
See `www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-GSSENCMODE <https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-GSSENCMODE>`_
287+
- ``persistent`` (boolean): Whether to establish a persistent connection (currently supported only by ``pdo_pgsql``).
286288
- ``application_name`` (string): Name of the application that is
287289
connecting to database. Optional. It will be displayed at ``pg_stat_activity``.
288290

0 commit comments

Comments
 (0)