1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Make an editorial pass over the reference pages.

This commit is contained in:
Tom Lane
2005-11-01 21:09:51 +00:00
parent cad0e824a0
commit b524cb36ac
26 changed files with 203 additions and 148 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.43 2005/09/30 07:13:53 petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.44 2005/11/01 21:09:50 tgl Exp $
PostgreSQL documentation
-->
@@ -92,6 +92,7 @@ PostgreSQL documentation
<listitem>
<para>
The new user will not be a superuser.
This is the default.
</para>
</listitem>
</varlistentry>
@@ -112,6 +113,7 @@ PostgreSQL documentation
<listitem>
<para>
The new user will not be allowed to create databases.
This is the default.
</para>
</listitem>
</varlistentry>
@@ -133,6 +135,7 @@ PostgreSQL documentation
<listitem>
<para>
The new user will not be allowed to create new roles.
This is the default.
</para>
</listitem>
</varlistentry>