summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-01-08 06:12:05 -0500
committerRobert Haas <rhaas@postgresql.org>2011-01-08 06:13:53 -0500
commite445f9f8b5509198abe3a27fe2cd92ba3a22379a (patch)
treee0681e7cce1bda8ae86b8796e8874ab631d7446e
parent8b3790916dca2455fc915c1923bbc61aa4d87753 (diff)
Remove bogus claims regarding createuser defaults.
Josh Kupershmidt
-rw-r--r--doc/src/sgml/ref/createuser.sgml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index 043b490f5d3..272349019e9 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -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>