mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway
This commit is contained in:
@@ -1,23 +1,26 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.21 2003/09/08 23:02:28 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.22 2003/09/11 21:42:20 momjian Exp $
|
||||
-->
|
||||
|
||||
<preface id="preface">
|
||||
<title>Preface</title>
|
||||
|
||||
<para>
|
||||
This book is the official documentation of PostgreSQL. It is being
|
||||
written by the PostgreSQL developers and other volunteers in
|
||||
parallel to the development of the PostgreSQL software. It
|
||||
describes all the functionality that the current version of
|
||||
PostgreSQL officially supports.
|
||||
This book is the official documentation of
|
||||
<productname>PostgreSQL</productname>. It is being written by the
|
||||
<productname>PostgreSQL</productname> developers and other
|
||||
volunteers in parallel to the development of the
|
||||
<productname>PostgreSQL</productname> software. It describes all
|
||||
the functionality that the current version of
|
||||
<productname>PostgreSQL</productname> officially supports.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To make the large amount of information about PostgreSQL manageable,
|
||||
this book has been organized in several parts. Each part is
|
||||
targeted at a different class of users, or at users in different
|
||||
stages of their PostgreSQL experience:
|
||||
To make the large amount of information about
|
||||
<productname>PostgreSQL</productname> manageable, this book has been
|
||||
organized in several parts. Each part is targeted at a different
|
||||
class of users, or at users in different stages of their
|
||||
<productname>PostgreSQL</productname> experience:
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@@ -38,16 +41,17 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.21 2003/09/08 23:02:28 peter
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="admin"> describes the installation and
|
||||
administration of the server. Everyone that runs a PostgreSQL
|
||||
server, be it for private use or for others, should read this
|
||||
part.
|
||||
administration of the server. Everyone that runs a
|
||||
<productname>PostgreSQL</productname> server, be it for private
|
||||
use or for others, should read this part.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="client-interfaces"> describes the programming
|
||||
interfaces for PostgreSQL client programs.
|
||||
interfaces for <productname>PostgreSQL</productname> client
|
||||
programs.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@@ -111,8 +115,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.21 2003/09/08 23:02:28 peter
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
Also, PostgreSQL can be extended by the user in many ways, for
|
||||
example by adding new
|
||||
Also, <productname>PostgreSQL</productname> can be extended by the
|
||||
user in many ways, for example by adding new
|
||||
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@@ -137,9 +141,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.21 2003/09/08 23:02:28 peter
|
||||
</para>
|
||||
|
||||
<para>
|
||||
And because of the liberal license, PostgreSQL can be used,
|
||||
modified, and distributed by everyone free of charge for any
|
||||
purpose, be it private, commercial, or academic.
|
||||
And because of the liberal license,
|
||||
<productname>PostgreSQL</productname> can be used, modified, and
|
||||
distributed by everyone free of charge for any purpose, be it
|
||||
private, commercial, or academic.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
Reference in New Issue
Block a user