diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-01-20 21:51:09 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-01-20 21:51:09 +0000 |
| commit | 13f88750178ced2b948a3d2b8370f5231534577d (patch) | |
| tree | e9f1abb294831f1bea568ad35ba0b0817031c445 /doc/src/sgml/ref | |
| parent | a959e3f7c04d2f8cca3e7895c3bb460d40de2280 (diff) | |
Added new pg_id to fix initdb problems
New INSTALL file
Fixed a copyright notice
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 5f3bce4f835..19e7674b4fb 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/initdb.sgml,v 1.8 2000/01/18 00:03:34 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/initdb.sgml,v 1.9 2000/01/20 21:50:54 petere Exp $ Postgres documentation --> @@ -28,7 +28,6 @@ initdb [ --pgdata|-D <replaceable class="parameter">dbdir</replaceable> ] [ --pwprompt|-W ] [ --encoding|-E <replaceable class="parameter">encoding</replaceable> ] [ --pglib|-L <replaceable class="parameter">libdir</replaceable> ] - [ --username|-u <replaceable class="parameter">name</replaceable> ] [ --noclean | -n ] [ --debug | -d ] [ --template | -t ] </synopsis> @@ -122,20 +121,6 @@ initdb [ --pgdata|-D <replaceable class="parameter">dbdir</replaceable> ] </varlistentry> <varlistentry> - <term>--username=<replaceable class="parameter">name</replaceable></term> - <term>-u <replaceable class="parameter">name</replaceable></term> - <listitem> - <para> - The database system will be initialized with the username that is - running initdb. That is a requirement. If for some unimaginable - reason initdb cannot find out what the current user's name is, - you have to use this option. Normally, this will not be necessary - and initdb will tell you when it is. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>--template</term> <term>-t</term> <listitem> |
