Remove bogus claims regarding createuser defaults.

Josh Kupershmidt
pull/1/head
Robert Haas 15 years ago
parent 69c26c57cf
commit af84bee43e
  1. 3
      doc/src/sgml/ref/createuser.sgml

@ -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>

Loading…
Cancel
Save