]> granicus.if.org Git - postgresql/blob - doc/src/sgml/info.sgml
Fix url reference with missing fields.
[postgresql] / doc / src / sgml / info.sgml
1 <!--
2 $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas Exp $
3 -->
4
5 <sect1>
6  <title>Resources</title>
7
8  <para>
9   This manual set is organized into several parts:
10  </para>
11
12  <variablelist>
13   <varlistentry>
14    <term>Tutorial</term>
15    <listitem>
16     <para>
17      An introduction for new users. Does not cover advanced features.
18     </para>
19    </listitem>
20   </varlistentry>
21
22   <varlistentry>
23    <term>User's Guide</term>
24    <listitem>
25     <para>
26      General information for users, including available commands and data types.
27     </para>
28    </listitem>
29   </varlistentry>
30
31   <varlistentry>
32    <term>Programmer's Guide</term>
33    <listitem>
34     <para>
35      Advanced information for application programmers. Topics include
36      type and function extensibility, library interfaces,
37      and application design issues.
38     </para>
39    </listitem>
40   </varlistentry>
41
42   <varlistentry>
43    <term>Administrator's Guide</term>
44    <listitem>
45     <para>
46      Installation and management information. List of supported machines.
47     </para>
48    </listitem>
49   </varlistentry>
50
51   <varlistentry>
52    <term>Developer's Guide</term>
53    <listitem>
54     <para>
55      Information for <productname>Postgres</productname> developers.
56      This is intended for those who are contributing to the
57      <productname>Postgres</productname> project;
58      application development information should appear in the 
59      <citetitle>Programmer's Guide</citetitle>.
60      Currently included in the <citetitle>Programmer's Guide</citetitle>.
61     </para>
62    </listitem>
63   </varlistentry>
64
65   <varlistentry>
66    <term>Reference Manual</term>
67    <listitem>
68     <para>
69      Detailed reference information on command syntax.
70      Currently included in the <citetitle>User's Guide</citetitle>.
71     </para>
72    </listitem>
73   </varlistentry>
74  </variablelist>
75
76  <para>
77   In addition to this manual set, there are other resources to help you with
78   <productname>Postgres</productname> installation and use:
79  </para>
80
81  <variablelist>
82   <varlistentry>
83    <term>man pages</term>
84    <listitem>
85     <para>
86      The man pages have general information on command syntax.
87     </para>
88    </listitem>
89   </varlistentry>
90
91   <varlistentry>
92    <term>FAQs</term>
93    <listitem>
94     <para>
95      The Frequently Asked Questions (FAQ) documents address both general issues
96      and some platform-specific issues.
97     </para>
98    </listitem>
99   </varlistentry>
100
101   <varlistentry>
102    <term>READMEs</term>
103    <listitem>
104     <para>
105      README files are available for some contributed packages.
106     </para>
107    </listitem>
108   </varlistentry>
109
110   <varlistentry>
111    <term>Web Site</term>
112    <listitem>
113     <para>
114      The
115      <ulink url="http://postgresql.org"><productname>Postgres</productname></ulink>
116      web site might have some information not appearing in the distribution.
117      There is a <productname>mhonarc</productname> catalog of mailing list traffic
118      which is a rich resource for many topics.
119     </para>
120    </listitem>
121   </varlistentry>
122
123   <varlistentry>
124    <term>Mailing Lists</term>
125    <listitem>
126     <para>
127      The
128      <ulink url="mailto:pgsql-general@postgresql.org">pgsql-general</ulink>
129      (<ulink url="http://www.postgresql.org/mhonarc/pgsql-general/">archive</ulink>)
130      mailing list is a good place to have user questions answered.
131      Other mailing lists are available; consult the Info Central section of the
132      PostgreSQL web site for details.
133     </para>
134    </listitem>
135   </varlistentry>
136
137   <varlistentry>
138    <term>Yourself!</term>
139    <listitem>
140     <para>
141      <productname>Postgres</productname> is an open source product. 
142      As such, it depends on the user community for ongoing support.
143      As you begin to use <productname>Postgres</productname>, 
144      you will rely on others for help, either through the
145      documentation or through the mailing lists. 
146      Consider contributing your knowledge back. If you learn something
147      which is not in the documentation, write it up and contribute it.
148      If you add features to the code, contribute it.
149     </para>
150
151     <para>
152      Even those without a lot of experience can provide corrections and
153      minor changes in the documentation, and that is a good way to start.
154      The 
155      <ulink url="mailto:pgsql-docs@postgresql.org">pgsql-docs</ulink>
156      (<ulink url="http://www.PostgreSQL.ORG/mhonarc/pgsql-docs/">archive</ulink>)
157      mailing list is the place to get going.
158     </para>
159    </listitem>
160   </varlistentry>
161  </variablelist>
162
163 </sect1>
164
165 <!-- Keep this comment at the end of the file
166 Local variables:
167 mode:sgml
168 sgml-omittag:nil
169 sgml-shorttag:t
170 sgml-minimize-attributes:nil
171 sgml-always-quote-attributes:t
172 sgml-indent-step:1
173 sgml-indent-data:t
174 sgml-parent-document:nil
175 sgml-default-dtd-file:"./reference.ced"
176 sgml-exposed-tags:nil
177 sgml-local-catalogs:("/usr/lib/sgml/catalog")
178 sgml-local-ecat-files:nil
179 End:
180 -->