11<!--
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 $
33-->
44
55<sect1 id="resources">
6- <title>Documentation Resources</title>
6+ <title>Overview of Documentation Resources</title>
77
88 <para>
9- This manual set is organized into severalparts :
9+ The PostgreSQL documentation is organized into severalbooks :
1010
1111 <variablelist>
1212 <varlistentry>
13- <term>Tutorial </term>
13+ <term>&cite-tutorial; </term>
1414 <listitem>
1515 <para>
16- An informal introduction for new users
16+ An informal introduction for new users.
1717 </para>
1818 </listitem>
1919 </varlistentry>
2020
2121 <varlistentry>
22- <term>User's Guide </term>
22+ <term>&cite-user; </term>
2323 <listitem>
2424 <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.
2728 </para>
2829 </listitem>
2930 </varlistentry>
3031
3132 <varlistentry>
32- <term>Programmer's Guide </term>
33+ <term>&cite-admin; </term>
3334 <listitem>
3435 <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 .
3839 </para>
3940 </listitem>
4041 </varlistentry>
4142
4243 <varlistentry>
43- <term>Administrator's Guide </term>
44+ <term>&cite-programmer; </term>
4445 <listitem>
4546 <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.
4750 </para>
4851 </listitem>
4952 </varlistentry>
5053
5154 <varlistentry>
52- <term>Reference Manual </term>
55+ <term>&cite-reference; </term>
5356 <listitem>
5457 <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.
5661 </para>
5762 </listitem>
5863 </varlistentry>
5964
6065 <varlistentry>
61- <term>Developer's Guide </term>
66+ <term>&cite-developer; </term>
6267 <listitem>
6368 <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>.
6974 </para>
7075 </listitem>
7176 </varlistentry>
@@ -81,8 +86,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.15 2001/11/28 20:49:10 petere
8186 <term>man pages</term>
8287 <listitem>
8388 <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 .
8691 </para>
8792 </listitem>
8893 </varlistentry>