diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-01-08 06:12:05 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-01-08 06:12:05 -0500 |
commit | af84bee43e356866dc46c95ae5bf77996a8237ff (patch) | |
tree | 3b2a5fe2fd616ab59c7a0472321b174870490928 | |
parent | 69c26c57cfb4194b8cdc69b48b8a71dad1f92bac (diff) | |
download | postgresql-af84bee43e356866dc46c95ae5bf77996a8237ff.tar.gz postgresql-af84bee43e356866dc46c95ae5bf77996a8237ff.zip |
Remove bogus claims regarding createuser defaults.
Josh Kupershmidt
-rw-r--r-- | doc/src/sgml/ref/createuser.sgml | 3 |
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> |