Re: assorted documentation errors

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Rich Morin <rdm(at)cfcl(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: assorted documentation errors
Date: 2001-08-13 16:40:05
Message-ID: Pine.LNX.4.30.0108131838390.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian writes:

> diff -c -r1.17 create_user.sgml
> *** create_user.sgml 2001/07/10 22:09:27 1.17
> --- create_user.sgml 2001/08/13 15:21:14
> ***************
> *** 28,34 ****
> where <replaceable class="PARAMETER">option</replaceable> can be:
>
> SYSID <replaceable class="PARAMETER">uid</replaceable>
> ! | PASSWORD '<replaceable > class="PARAMETER">password</replaceable>'
> | CREATEDB | NOCREATEDB
> | CREATEUSER | NOCREATEUSER
> | IN GROUP <replaceable class="PARAMETER">groupname</replaceable> [, ...]
> --- 28,34 ----
> where <replaceable class="PARAMETER">option</replaceable> can be:
>
> SYSID <replaceable class="PARAMETER">uid</replaceable>
> ! | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
^^^^^^^^^^^^^^^^^^^^^^^^^^^
???

> | CREATEDB | NOCREATEDB
> | CREATEUSER | NOCREATEUSER
> | IN GROUP <replaceable class="PARAMETER">groupname</replaceable> [, ...]

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-13 16:51:25 Re: assorted documentation errors
Previous Message Bruce Momjian 2001-08-13 16:37:13 Re: assorted documentation errors