Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ded9612

Browse files
author
Thomas G. Lockhart
committed
First cut at standalone installation guide to replace INSTALL text source.
1 parent 82a9c9c commit ded9612

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

doc/src/sgml/installation.sgml

+126
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.1 1998/10/27 06:11:08 thomas Exp $
3+
4+
Postgres quick Installation Guide.
5+
thomas 1998-10-26
6+
7+
$Log: installation.sgml,v $
8+
Revision 1.1 1998/10/27 06:11:08 thomas
9+
First cut at standalone installation guide to replace INSTALL text source.
10+
11+
12+
-->
13+
14+
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
15+
16+
<!entity about SYSTEM "about.sgml">
17+
<!entity history SYSTEM "history.sgml">
18+
<!entity info SYSTEM "info.sgml">
19+
<!entity legal SYSTEM "legal.sgml">
20+
<!entity notation SYSTEM "notation.sgml">
21+
<!entity y2k SYSTEM "y2k.sgml">
22+
23+
<!entity intro-ag SYSTEM "intro-ag.sgml">
24+
<!entity install SYSTEM "install.sgml">
25+
<!entity options SYSTEM "pg_options.sgml">
26+
<!entity ports SYSTEM "ports.sgml">
27+
<!entity recovery SYSTEM "recovery.sgml">
28+
<!entity regress SYSTEM "regress.sgml">
29+
<!entity release SYSTEM "release.sgml">
30+
<!entity runtime SYSTEM "runtime.sgml">
31+
<!entity start-ag SYSTEM "start-ag.sgml">
32+
33+
<!entity biblio SYSTEM "biblio.sgml">
34+
]>
35+
36+
<Book Id="installation">
37+
38+
<!-- Title information -->
39+
40+
<Title>PostgreSQL Administrator's Guide</Title>
41+
<BookInfo>
42+
<ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
43+
<BookBiblio>
44+
<AuthorGroup>
45+
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
46+
</AuthorGroup>
47+
<!-- editor in authorgroup is not supported
48+
<AuthorGroup>
49+
-->
50+
<Editor>
51+
<FirstName>Thomas</FirstName>
52+
<SurName>Lockhart</SurName>
53+
<Affiliation>
54+
<OrgName>Caltech/JPL</OrgName>
55+
</Affiliation>
56+
</Editor>
57+
<!--
58+
</AuthorGroup>
59+
-->
60+
61+
<!--
62+
<AuthorInitials>TGL</AuthorInitials>
63+
-->
64+
65+
<Date>(last updated 1998-02-23)</Date>
66+
</BookBiblio>
67+
68+
<LegalNotice>
69+
<Para>
70+
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group.
71+
</Para>
72+
</LegalNotice>
73+
74+
</BookInfo>
75+
76+
<!--
77+
<TOC> </TOC>
78+
<LOT> </LOT>
79+
-->
80+
81+
<!--
82+
<Dedication>
83+
<Para>
84+
Your name here...
85+
</Para>
86+
</Dedication>
87+
-->
88+
89+
<Preface>
90+
<Title>Summary</Title>
91+
92+
<Para>
93+
<ProductName>Postgres</ProductName>,
94+
developed originally in the UC Berkeley Computer Science Department,
95+
pioneered many of the object-relational concepts
96+
now becoming available in some commercial databases.
97+
It provides SQL92/SQL3 language support,
98+
transaction integrity, and type extensibility.
99+
<ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
100+
of this original Berkeley code.
101+
</Para>
102+
</Preface>
103+
104+
<chapter id="intro">
105+
<title>Introduction</title>
106+
107+
<para>
108+
This installation procedure makes some assumptions about the desired configuration
109+
and runtime environment for your system. This may be adequate for many installations,
110+
and is almost certainly adequate for a first installation. But you may want to
111+
do an initial installation up to the point of unpacking the source tree
112+
and installing documentation, and then print or browse the
113+
<citetitle>Administrator's Guide</citetitle>.
114+
115+
</chapter>
116+
117+
&ports;
118+
&install;
119+
&release;
120+
121+
<!--
122+
<INDEX> </INDEX>
123+
-->
124+
125+
</Book>
126+

0 commit comments

Comments
 (0)