projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b37909
)
Remove bogus claims regarding createuser defaults.
author
Robert Haas
<rhaas@postgresql.org>
Sat, 8 Jan 2011 11:12:05 +0000
(06:12 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Sat, 8 Jan 2011 11:13:53 +0000
(06:13 -0500)
Josh Kupershmidt
doc/src/sgml/ref/createuser.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/ref/createuser.sgml
b/doc/src/sgml/ref/createuser.sgml
index 043b490f5d39e0c9e153c046cae440699259c3c1..272349019e90ae921412b188c87654569174764b 100644
(file)
--- 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>