aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_user.sgml
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-07-22 15:09:15 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-07-22 15:09:15 +0000
commita27512e63480f6f3e42b4a40aacac0e035700e20 (patch)
tree072f7e6bb305d549356ad010296225f7fb570860 /doc/src/sgml/ref/create_user.sgml
parent2aa64f79f5e977317dfd4189f30ec9f65d1b208b (diff)
downloadpostgresql-a27512e63480f6f3e42b4a40aacac0e035700e20.tar.gz
postgresql-a27512e63480f6f3e42b4a40aacac0e035700e20.zip
Complete merge of all old man page information.
ecpg reference page still needs formatting.
Diffstat (limited to 'doc/src/sgml/ref/create_user.sgml')
-rw-r--r--doc/src/sgml/ref/create_user.sgml15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml
index 73849962a06..2fb2c24eb11 100644
--- a/doc/src/sgml/ref/create_user.sgml
+++ b/doc/src/sgml/ref/create_user.sgml
@@ -1,3 +1,8 @@
+<!--
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.8 1999/07/22 15:09:08 thomas Exp $
+Postgres documentation
+-->
+
<refentry id="SQL-CREATEUSER">
<refmeta>
<refentrytitle>
@@ -15,13 +20,12 @@
</refnamediv>
<refsynopsisdiv>
<refsynopsisdivinfo>
- <date>1998-09-21</date>
+ <date>1999-07-20</date>
</refsynopsisdivinfo>
<synopsis>
CREATE USER<replaceable class="PARAMETER"> username</replaceable>
[ WITH PASSWORD <replaceable class="PARAMETER">password</replaceable> ]
- [ CREATEDB | NOCREATEDB ]
- [ CREATEUSER | NOCREATEUSER ]
+ [ CREATEDB | NOCREATEDB ] [ CREATEUSER | NOCREATEUSER ]
[ IN GROUP <replaceable class="PARAMETER">groupname</replaceable> [, ...] ]
[ VALID UNTIL '<replaceable class="PARAMETER">abstime</replaceable>' ]
</synopsis>
@@ -34,6 +38,7 @@ CREATE USER<replaceable class="PARAMETER"> username</replaceable>
Inputs
</title>
<para>
+
<variablelist>
<varlistentry>
<term><replaceable class="parameter">username</replaceable></term>
@@ -170,6 +175,7 @@ CREATE USER
CREATE USER will add a new user to an instance of
<productname>Postgres</productname>.
</para>
+
<para>
The new user will be given a <filename>usesysid</filename> of:
@@ -270,8 +276,6 @@ CREATE USER manuel WITH PASSWORD jw8s0F4 CREATEDB
<title>
Compatibility
</title>
- <para>
- </para>
<refsect2 id="R2-SQL-CREATEUSER-4">
<refsect2info>
@@ -280,6 +284,7 @@ CREATE USER manuel WITH PASSWORD jw8s0F4 CREATEDB
<title>
SQL92
</title>
+
<para>
There is no <command>CREATE USER</command> statement in SQL92.
</para>