You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/reference/configuration.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,7 @@ pdo_mysql
227
227
- ``dbname`` (string): Name of the database/schema to connect to.
228
228
- ``unix_socket`` (string): Name of the socket used to connect to
229
229
the database.
230
+
- ``persistent`` (boolean): Whether to establish a persistent connection.
230
231
- ``charset`` (string): The charset used when connecting to the
231
232
database.
232
233
@@ -283,6 +284,7 @@ pdo_pgsql / pgsql
283
284
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>`_
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``).
286
288
- ``application_name`` (string): Name of the application that is
287
289
connecting to database. Optional. It will be displayed at ``pg_stat_activity``.
0 commit comments