aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/admin.sgml
blob: f1cb16d9e1045e54a346fb7af1c71e4ec02fcdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.40 2002/10/24 17:48:54 petere Exp $
-->

<book id="admin">

<!-- Title information -->

 <title>PostgreSQL &version; Administrator's Guide</title>

 <bookinfo>
  <corpauthor>The PostgreSQL Global Development Group</corpauthor>
  &legal;
 </bookinfo>

 <preface id="admin-preface">
  <title>Preface</title>

<![%single-book;[
  &intro;
  &history;
]]>

  <sect1 id="admin-preface-thisbook">
   <title>What's In This Book</title>

   <para>
    This book covers topics that are of interest to a PostgreSQL
    database administrator.  This includes installation of the
    software, set up and configuration of the server, management of
    users and databases, and maintenance tasks.  Anyone who runs a
    PostgreSQL server, either for personal use, but especially in
    production, should be familiar with the topics covered in this
    book.
   </para>

   <para>
    The information in this book is arranged approximately in the
    order in which a new user should read it.  But the chapters are
    self-contained and can be read individually as desired.  The
    information in this book is presented in a narrative fashion in
    topical units.  Readers looking for a complete description of a
    particular command should look into the &cite-reference;.
   </para>

   <para>
    The first few chapters are written so that they can be understood
    without prerequisite knowledge, so that new users who need to set
    up their own server can begin their exploration with this book.
    The rest of this book which is about tuning and management
    presupposes that the reader is familiar with the general use of
    the PostgreSQL database system.  Readers are encouraged to look at
    the &cite-tutorial; and the &cite-user; for additional
    information.
   </para>

   <para>
    This book covers <productname>PostgreSQL &version;</productname>
    only.  For information on other versions, please read the
    documentation that accompanies that release.
   </para>
  </sect1>

<![%single-book;[
  &info;
  &notation;
  &problems;
]]>
 </preface>

  &installation;
  &installw;
  &runtime;
  &user-manag;
  &manage-ag;
  &client-auth;
  &charset;
  &maintenance;
  &backup;
  &monitoring;
  &diskusage;
  &wal;
  &regress;
  &release;

<![%single-book;[
  &biblio;
  &bookindex;
]]>
</book>

<!-- Keep this comment at the end of the file
Local variables:
mode:sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"./reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:("/usr/lib/sgml/catalog")
sgml-local-ecat-files:nil
End:
-->