1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Fix a bunch of bad grammar in the docs: "<link>, which see for more

information" is un-good English.
This commit is contained in:
Neil Conway
2007-05-15 19:43:51 +00:00
parent 79ba540b78
commit dfcf99bf93
9 changed files with 24 additions and 27 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_user.sgml,v 1.39 2006/09/16 00:30:17 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_user.sgml,v 1.40 2007/05/15 19:43:51 neilc Exp $
PostgreSQL documentation
-->
@ -47,8 +47,7 @@ where <replaceable class="PARAMETER">option</replaceable> can be:
<para>
<command>CREATE USER</command> is now an alias for
<xref linkend="sql-createrole" endterm="sql-createrole-title">,
which see for more information.
<xref linkend="sql-createrole" endterm="sql-createrole-title">.
The only difference is that when the command is spelled
<command>CREATE USER</command>, <literal>LOGIN</> is assumed
by default, whereas <literal>NOLOGIN</> is assumed when