summaryrefslogtreecommitdiff
path: root/doc/src/sgml/admin.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/admin.sgml')
-rw-r--r--doc/src/sgml/admin.sgml107
1 files changed, 0 insertions, 107 deletions
diff --git a/doc/src/sgml/admin.sgml b/doc/src/sgml/admin.sgml
deleted file mode 100644
index fccd8c2b214..00000000000
--- a/doc/src/sgml/admin.sgml
+++ /dev/null
@@ -1,107 +0,0 @@
-<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.41 2002/11/15 03:11:15 momjian 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
- <productname>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 <productname>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 <productname>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:
--->