Home Explore Blog CI



postgresql

doc/src/sgml/info.sgml
2f206a281260b2105ee94c91d580a34855e19f38e798073900000003000008b7
<!-- 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>

Chunks
25f971a0 (1st chunk of `doc/src/sgml/info.sgml`)
Title: PostgreSQL Resources
Summary
This section provides information on additional resources available for PostgreSQL, including the wiki, which contains a FAQ list, TODO list, and detailed information on various topics, as well as the official web site, which offers details on the latest release and other useful information, and mailing lists where users can ask questions and share experiences with the community, furthermore, it encourages users to contribute to the project by sharing their knowledge and expertise.