Fix typo and version
This commit is contained in:
committed by
Steve Chavez
parent
cacbbc31fe
commit
46548dd09b
+2
-2
@@ -57,9 +57,9 @@ copyright = u'2017, ' + author
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'11.1'
|
version = u'11.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'11.1.0'
|
release = u'11.2.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Minimizing connections is paramount to performance. Each PostgreSQL connection c
|
|||||||
Connection String
|
Connection String
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
For connecting to the database, the pool requires a connection string. You can can configure it using :ref:`db-uri`.
|
For connecting to the database, the pool requires a connection string. You can configure it using :ref:`db-uri`.
|
||||||
|
|
||||||
.. _pool_growth_limit:
|
.. _pool_growth_limit:
|
||||||
.. _dyn_conn_pool:
|
.. _dyn_conn_pool:
|
||||||
|
|||||||
Reference in New Issue
Block a user