diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6e80adf00eb..1347e80eed6 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1145,10 +1145,8 @@ dynamic_library_path = '/usr/local/lib:/home/my_project/lib:$libdir:$libdir/cont Determines how many concurrent connections the database server - will allow. The default is 32. There is also a compiled-in - hard upper limit on this value, which is typically 1024 - (both numbers can be altered when compiling the server). This - parameter can only be set at server start. + will allow. The default is 32 (unless altered while building + the server). This parameter can only be set at server start. @@ -1760,7 +1758,7 @@ dynamic_library_path = '/usr/local/lib:/home/my_project/lib:$libdir:$libdir/cont Postgres uses one semaphore per allowed connection (