aboutsummaryrefslogtreecommitdiff
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:12:05 -0500
commitaf84bee43e356866dc46c95ae5bf77996a8237ff (patch)
tree3b2a5fe2fd616ab59c7a0472321b174870490928
parent69c26c57cfb4194b8cdc69b48b8a71dad1f92bac (diff)
downloadpostgresql-af84bee43e356866dc46c95ae5bf77996a8237ff.tar.gz
postgresql-af84bee43e356866dc46c95ae5bf77996a8237ff.zip
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 08c82e0752d..fbc184f4c82 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>