mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Comma splice police
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.36 2004/06/29 19:57:40 petere Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="tutorial-start">
|
<chapter id="tutorial-start">
|
||||||
@ -25,7 +25,7 @@ $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Ex
|
|||||||
experimentation then you can install it yourself. Doing so is not
|
experimentation then you can install it yourself. Doing so is not
|
||||||
hard and it can be a good exercise.
|
hard and it can be a good exercise.
|
||||||
<productname>PostgreSQL</productname> can be installed by any
|
<productname>PostgreSQL</productname> can be installed by any
|
||||||
unprivileged user, no superuser (<systemitem>root</systemitem>)
|
unprivileged user; no superuser (<systemitem>root</systemitem>)
|
||||||
access is required.
|
access is required.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.35 2004/02/12 19:58:16 momjian Ex
|
|||||||
application, a web server that accesses the database to
|
application, a web server that accesses the database to
|
||||||
display web pages, or a specialized database maintenance tool.
|
display web pages, or a specialized database maintenance tool.
|
||||||
Some client applications are supplied with the
|
Some client applications are supplied with the
|
||||||
<productname>PostgreSQL</productname> distribution, most are
|
<productname>PostgreSQL</productname> distribution; most are
|
||||||
developed by users.
|
developed by users.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user