1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.15 2001/11/28 20:49:10 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.16 2002/10/24 17:48:54 petere Exp $
3
3
-->
4
4
5
5
<sect1 id="resources">
6
- <title>Documentation Resources</title>
6
+ <title>Overview of Documentation Resources</title>
7
7
8
8
<para>
9
- This manual set is organized into several parts :
9
+ The PostgreSQL documentation is organized into several books :
10
10
11
11
<variablelist>
12
12
<varlistentry>
13
- <term>Tutorial </term>
13
+ <term>&cite-tutorial; </term>
14
14
<listitem>
15
15
<para>
16
- An informal introduction for new users
16
+ An informal introduction for new users.
17
17
</para>
18
18
</listitem>
19
19
</varlistentry>
20
20
21
21
<varlistentry>
22
- <term>User's Guide </term>
22
+ <term>&cite-user; </term>
23
23
<listitem>
24
24
<para>
25
- Documents the SQL query language environment, including data types
26
- and functions.
25
+ Documents the SQL query language environment, including data
26
+ types and functions, as well as user-level performance tuning.
27
+ Every PostgreSQL user should read this.
27
28
</para>
28
29
</listitem>
29
30
</varlistentry>
30
31
31
32
<varlistentry>
32
- <term>Programmer's Guide </term>
33
+ <term>&cite-admin; </term>
33
34
<listitem>
34
35
<para>
35
- Advanced information for application programmers. Topics include
36
- type and function extensibility, library interfaces,
37
- and application design issues .
36
+ Installation and server management information. Everyone who
37
+ runs a PostgreSQL server, either for personal use or for other
38
+ users, needs to read this .
38
39
</para>
39
40
</listitem>
40
41
</varlistentry>
41
42
42
43
<varlistentry>
43
- <term>Administrator's Guide </term>
44
+ <term>&cite-programmer; </term>
44
45
<listitem>
45
46
<para>
46
- Installation and server management information
47
+ Advanced information for application programmers. Topics include
48
+ type and function extensibility, library interfaces, and
49
+ application design issues.
47
50
</para>
48
51
</listitem>
49
52
</varlistentry>
50
53
51
54
<varlistentry>
52
- <term>Reference Manual </term>
55
+ <term>&cite-reference; </term>
53
56
<listitem>
54
57
<para>
55
- Reference pages for SQL command syntax and client and server programs
58
+ Reference pages for SQL command syntax, and client and server
59
+ programs. This book is auxiliary to the User's,
60
+ Administrator's, and Programmer's Guides.
56
61
</para>
57
62
</listitem>
58
63
</varlistentry>
59
64
60
65
<varlistentry>
61
- <term>Developer's Guide </term>
66
+ <term>&cite-developer; </term>
62
67
<listitem>
63
68
<para>
64
- Information for <productname>PostgreSQL</productname> developers.
65
- This is intended for those who are contributing to the
66
- <productname>PostgreSQL</productname> project;
67
- application development information appears in the
68
- <citetitle>Programmer's Guide</citetitle>.
69
+ Information for <productname>PostgreSQL</productname>
70
+ developers. This is intended for those who are contributing to
71
+ the <productname>PostgreSQL</productname> project; application
72
+ development information appears in the <citetitle>Programmer's
73
+ Guide</citetitle>.
69
74
</para>
70
75
</listitem>
71
76
</varlistentry>
@@ -81,8 +86,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.15 2001/11/28 20:49:10 petere
81
86
<term>man pages</term>
82
87
<listitem>
83
88
<para>
84
- The <citetitle>Reference Manual</citetitle>'s pages in the traditional
85
- Unix man format.
89
+ The <citetitle>Reference Manual</citetitle>'s pages in the
90
+ traditional Unix man format. There is no difference in content .
86
91
</para>
87
92
</listitem>
88
93
</varlistentry>
0 commit comments