Remove bogus claims regarding createuser defaults.
authorRobert Haas <rhaas@postgresql.org>
Sat, 8 Jan 2011 11:12:05 +0000 (06:12 -0500)
committerRobert Haas <rhaas@postgresql.org>
Sat, 8 Jan 2011 11:13:53 +0000 (06:13 -0500)
Josh Kupershmidt

doc/src/sgml/ref/createuser.sgml

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