mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix busted markup.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.39 2000/04/07 13:30:58 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.40 2000/04/14 23:04:44 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="install">
|
<chapter id="install">
|
||||||
@ -103,16 +103,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.39 2000/04/07 13:30:
|
|||||||
Create the <productname>PostgreSQL</productname> superuser account.
|
Create the <productname>PostgreSQL</productname> superuser account.
|
||||||
This is the user the server will run as. For production use you
|
This is the user the server will run as. For production use you
|
||||||
should create a separate, unprivileged account
|
should create a separate, unprivileged account
|
||||||
(<literal>postgres</literal> is
|
(<literal>postgres</literal> is commonly used).
|
||||||
commonly used). If you do not have root access or just want to play around,
|
If you do not have root access or just want to play around,
|
||||||
your own user account is enough.
|
your own user account is enough.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Running <productname>PostgreSQL</productname> as
|
Running <productname>PostgreSQL</productname> as
|
||||||
<literal>tera</literal>teral>, <literal>bin</literal>,
|
<literal>root</literal>, <literal>bin</literal>,
|
||||||
or any other account with special access rights is a security risk;
|
or any other account with special access rights is a security risk;
|
||||||
<emphasis>don't do it</emphasis>. The postmaster will in fact refuse
|
<emphasis>don't do it</emphasis>. The postmaster will in fact refuse
|
||||||
to start as root.
|
to start as <literal>root</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You need not do the building and installation itself under this account
|
You need not do the building and installation itself under this account
|
||||||
|
Reference in New Issue
Block a user