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

Remove bogus claims regarding createuser defaults.

Josh Kupershmidt
This commit is contained in:
Robert Haas
2011-01-08 06:12:05 -05:00
parent 8b3790916d
commit e445f9f8b5

View File

@ -103,7 +103,6 @@ PostgreSQL documentation
<listitem> <listitem>
<para> <para>
The new user will not be allowed to create databases. The new user will not be allowed to create databases.
This is the default.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -217,7 +216,6 @@ PostgreSQL documentation
<listitem> <listitem>
<para> <para>
The new user will not be allowed to create new roles. The new user will not be allowed to create new roles.
This is the default.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -238,7 +236,6 @@ PostgreSQL documentation
<listitem> <listitem>
<para> <para>
The new user will not be a superuser. The new user will not be a superuser.
This is the default.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>