diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-12 22:08:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-12 22:08:42 +0000 |
commit | 751d8ea1759758c7198228ac94f1108b2473ea39 (patch) | |
tree | 9125a1ce5d425eecc1b64b0b0e508f51559291aa | |
parent | e52f8688e0609a8dcb0a7e4bad1f3099e7f16f6f (diff) | |
download | postgresql-751d8ea1759758c7198228ac94f1108b2473ea39.tar.gz postgresql-751d8ea1759758c7198228ac94f1108b2473ea39.zip |
Fix typo.
-rw-r--r-- | doc/src/sgml/ref/create_user.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 2fb981b4d55..df98765c7f5 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.15 2000/07/14 15:27:14 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.16 2000/10/12 22:08:42 momjian Exp $ Postgres documentation --> @@ -165,7 +165,7 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable> </title> <para> CREATE USER will add a new user to an instance of - <productname>Postgres</productname>. Refer to the adminstrator's + <productname>Postgres</productname>. Refer to the administrator's guide for information about managing users and authentication. You must be a database superuser to use this command. </para> |