diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-09 18:28:53 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-09 18:28:53 +0000 |
| commit | d4019b7cd33e7d820013c8a58917e31cdcca57ed (patch) | |
| tree | 41759e9502ac811454da2cbe0d448fbcc30b9a52 /doc/src/sgml/ref/create_user.sgml | |
| parent | 1815f6179d48d565d179032d79b2fcf844727094 (diff) | |
| download | postgresql-d4019b7cd33e7d820013c8a58917e31cdcca57ed.tar.gz | |
Remove a bunch of content-free Diagnostics sections, as per previous
discussion. (Still have some work to do editing the remainder.)
Diffstat (limited to 'doc/src/sgml/ref/create_user.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_user.sgml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index f22b8854f0..ff294c63ea 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.27 2003/08/31 17:32:22 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.28 2003/09/09 18:28:53 tgl Exp $ PostgreSQL documentation --> @@ -168,21 +168,6 @@ where <replaceable class="PARAMETER">option</replaceable> can be: </refsect1> <refsect1> - <title>Diagnostics</title> - - <variablelist> - <varlistentry> - <term><computeroutput>CREATE USER</computeroutput></term> - <listitem> - <para> - Message returned if the user account was successfully created. - </para> - </listitem> - </varlistentry> - </variablelist> - </refsect1> - - <refsect1> <title>Notes</title> <para> |
