postgresql/doc/src/sgml/info.sgml
Tom Lane 7f77cbd996 Change documentation references to PG website to use https: not http:
This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.

References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.

Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.

Daniel Gustafsson, with a few additional changes by me

Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se
2017-05-20 21:50:47 -04:00

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</>
(Frequently Asked Questions) list, <ulink
url="https://wiki.postgresql.org/wiki/Todo">TODO</> 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</> 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>