|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.15 2000/07/14 15:27:14 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.16 2000/10/12 22:08:42 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -165,7 +165,7 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable> |
165 | 165 | </title> |
166 | 166 | <para> |
167 | 167 | CREATE USER will add a new user to an instance of |
168 | | - <productname>Postgres</productname>. Refer to theadminstrator's |
| 168 | + <productname>Postgres</productname>. Refer to theadministrator's |
169 | 169 | guide for information about managing users and authentication. |
170 | 170 | You must be a database superuser to use this command. |
171 | 171 | </para> |
|