mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
70 lines
2.2 KiB
Plaintext
70 lines
2.2 KiB
Plaintext
<!-- doc/src/sgml/info.sgml -->
|
|
|
|
<sect1 id="resources">
|
|
<title>Further Information</title>
|
|
|
|
<para>
|
|
Besides the documentation, that is, this book, there are other
|
|
resources about <productname>PostgreSQL</productname>:
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term>Wiki</term>
|
|
<listitem>
|
|
<para>
|
|
The <productname>PostgreSQL</productname> <ulink
|
|
url="https://wiki.postgresql.org">wiki</ulink> contains the project's <ulink
|
|
url="https://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ</ulink>
|
|
(Frequently Asked Questions) list, <ulink
|
|
url="https://wiki.postgresql.org/wiki/Todo">TODO</ulink> list, and
|
|
detailed information about many more topics.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>Web Site</term>
|
|
<listitem>
|
|
<para>
|
|
The <productname>PostgreSQL</productname>
|
|
<ulink url="https://www.postgresql.org">web site</ulink>
|
|
carries details on the latest release and other
|
|
information to make your work or play with
|
|
<productname>PostgreSQL</productname> more productive.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>Mailing Lists</term>
|
|
<listitem>
|
|
<para>
|
|
The mailing lists are a good place to have your questions
|
|
answered, to share experiences with other users, and to contact
|
|
the developers. Consult the <productname>PostgreSQL</productname> web site
|
|
for details.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>Yourself!</term>
|
|
<listitem>
|
|
<para>
|
|
<productname>PostgreSQL</productname> is an open-source project.
|
|
As such, it depends on the user community for ongoing support.
|
|
As you begin to use <productname>PostgreSQL</productname>, you
|
|
will rely on others for help, either through the documentation
|
|
or through the mailing lists. Consider contributing your
|
|
knowledge back. Read the mailing lists and answer questions. If
|
|
you learn something which is not in the documentation, write it
|
|
up and contribute it. If you add features to the code,
|
|
contribute them.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</sect1>
|