<productname>BDR</productname>
<productnumber>&bdrversion;</productnumber>
&legal;
- </bookinfo>
-
- <preface id="preface">
- <title>Preface</title>
-
- <para>
+ <!--
+
+ This should be restored once we have a stylesheet that makes the
+ authorgroup display less prominent on the page.
+
+ <authorgroup>
+ <author>
+ <firstname>Andres</firstname><surname>Freund</surname>
+ </author>
+ <author>
+ <firstname>Petr</firstname><surname>Jelinek</surname>
+ </author>
+ <author>
+ <firstname>Craig</firstname><surname>Ringer</surname>
+ </author>
+ </authorgroup>
+ -->
+ <abstract>
+ <para>
This book is the official documentation of &bdr; &bdrversion; for
use with PostgreSQL &pgmajorversion;. It has been written by the
&postgres; and &bdr; developers and other volunteers in parallel to
the development of the &bdr; software. It describes all the
functionality that the current version of &bdr; officially
supports.
- </para>
- </preface>
+ </para>
+ </abstract>
+ <keywordset>
+ <keyword>BDR</keyword>
+ <keyword>UDR</keyword>
+ <keyword>PostgreSQL</keyword>
+ <keyword>replication</keyword>
+ <keyword>asynchronous</keyword>
+ <keyword>multi-master</keyword>
+ <keyword>high-availability</keyword>
+ <keyword>scalability</keyword>
+ </keywordset>
+ </bookinfo>
<part id="installation">
<title>Installation</title>
<partintro>
<para>
- There are several options for installing both &bdr; and &udr;.
+ It is possible to install &bdr; or &udr; from binary packages or from
+ source.
+ </para>
+ <para>
+ In general you should choose binary packages if they are available
+ for your platform.
+ </para>
+ <para>
+ Source installs are mainly useful if you want to keep track of the very
+ latest BDR development and contribute to development. They're also the
+ only option if there are no packages for your operating system yet.
</para>
</partintro>