|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.39 2000/04/07 13:30:58 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.40 2000/04/14 23:04:44 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="install">
|
@@ -103,16 +103,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.39 2000/04/07 13:30:
|
103 | 103 | Create the <productname>PostgreSQL</productname> superuser account.
|
104 | 104 | This is the user the server will run as. For production use you
|
105 | 105 | should create a separate, unprivileged account
|
106 |
| - (<literal>postgres</literal> is |
107 |
| -commonly used).If you do not have root access or just want to play around, |
| 106 | + (<literal>postgres</literal> is commonly used). |
| 107 | + If you do not have root access or just want to play around, |
108 | 108 | your own user account is enough.
|
109 | 109 | </para>
|
110 | 110 | <para>
|
111 | 111 | Running <productname>PostgreSQL</productname> as
|
112 |
| - <literal>tera</literal>teral>, <literal>bin</literal>, |
| 112 | + <literal>root</literal>, <literal>bin</literal>, |
113 | 113 | or any other account with special access rights is a security risk;
|
114 | 114 | <emphasis>don't do it</emphasis>. The postmaster will in fact refuse
|
115 |
| - to start as root. |
| 115 | + to start as<literal>root</literal>. |
116 | 116 | </para>
|
117 | 117 | <para>
|
118 | 118 | You need not do the building and installation itself under this account
|
|