1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

This patch makes two minor fixes to the docs: (1) fixes a

spelling mistake in the PREPARE ref page (2) Makes some
English more consistent, in the ref pages for some of the
client apps (3) Adds a link to the libpq docs in the
vacuumdb ref page.

Neil Conway
This commit is contained in:
Bruce Momjian
2003-08-17 04:46:59 +00:00
parent e7f266e5fe
commit 41477b9a83
5 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.34 2003/06/06 15:31:46 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.35 2003/08/17 04:46:59 momjian Exp $
PostgreSQL documentation
-->
@ -276,7 +276,7 @@ PostgreSQL documentation
<term><computeroutput>CREATE USER</computeroutput></term>
<listitem>
<para>
All is well.
The user was successfully created.
</para>
</listitem>
</varlistentry>