1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Change the option spelling to --connection-limit to be consistent with the

SQL option spelling.
This commit is contained in:
Peter Eisentraut
2005-09-30 07:13:54 +00:00
parent a7084efd2d
commit 7df9f55f4b
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.42 2005/08/14 20:16:02 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.43 2005/09/30 07:13:53 petere Exp $
PostgreSQL documentation
-->
@ -186,7 +186,7 @@ PostgreSQL documentation
<varlistentry>
<term><option>-c <replaceable class="parameter">number</replaceable></></term>
<term><option>--conn-limit <replaceable class="parameter">number</replaceable></></term>
<term><option>--connection-limit <replaceable class="parameter">number</replaceable></></term>
<listitem>
<para>
Set a maximum number of connections for the new user.