diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-03-27 17:14:43 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-03-27 17:14:43 +0000 |
commit | 39f69bc38f0f58cc4f6b05451fced030bfac935e (patch) | |
tree | 606df8d91b2a5fb5f4c31d6c603a887e52761999 /doc/src/sgml/ref/create_user.sgml | |
parent | 2dabd2cd1fff26677d84ee2d8e09668a534b446a (diff) |
Start updating for the v7.0 release.
Use "generic functions" for math and other routines.
Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
Diffstat (limited to 'doc/src/sgml/ref/create_user.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_user.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 6994837751d..ba389aebe76 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.13 2000/01/14 22:11:32 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.14 2000/03/27 17:14:42 thomas Exp $ Postgres documentation --> @@ -56,7 +56,7 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable> <listitem> <para> The <literal>SYSID</literal> clause can be used to choose - the <productname>PostgreSQL</productname> user id of the user + the <productname>Postgres</productname> user id of the user that is being created. It is not at all necessary that those match the <acronym>UNIX</acronym> user ids, but some people choose to keep the numbers the same. @@ -164,7 +164,7 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable> </title> <para> CREATE USER will add a new user to an instance of - <productname>PostgreSQL</productname>. Refer to the adminstrator's + <productname>Postgres</productname>. Refer to the adminstrator's guide for information about managing users and authentication. You must be a database superuser to use this command. </para> @@ -173,7 +173,7 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable> to change a user's password and privileges, and <xref linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title"> to remove a user. Use <command>ALTER GROUP</command> to add or remove the user from other groups. - <productname>PostgreSQL</productname> + <productname>Postgres</productname> comes with a script <xref linkend="APP-CREATEUSER" endterm="APP-CREATEUSER-title"> which has the same functionality as this command (in fact, it calls this command) |