1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

This patch fixes an error in the usage message for 'clusterdb', and

makes a few editorial changes to the documentation.


Neil Conway
This commit is contained in:
Bruce Momjian
2003-02-13 05:37:44 +00:00
parent 48ee6f4916
commit 0064031f99
8 changed files with 24 additions and 30 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.29 2002/10/11 23:03:48 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.30 2003/02/13 05:37:43 momjian Exp $
PostgreSQL documentation
-->
@ -227,7 +227,7 @@ PostgreSQL documentation
<term><option>--username <replaceable class="parameter">username</replaceable></></term>
<listitem>
<para>
User name to connect as (not the user name to create)
User name to connect as (not the user name to create).
</para>
</listitem>
</varlistentry>