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:
@ -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.
|
||||
|
Reference in New Issue
Block a user