123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!-- Module User's Guide -->
- <chapter>
-
- <title>User's Guide</title>
-
- <section>
- <title>Overview</title>
- <para>Module description</para>
- </section>
- <section>
- <title>Dependencies</title>
- <section>
- <title>&openser; Modules</title>
- <para>
- The following modules must be loaded before this module:
- <itemizedlist>
- <listitem>
- <para>
- <emphasis>No dependencies on other &openser; modules</emphasis>.
- </para>
- </listitem>
- </itemizedlist>
- </para>
- </section>
- <section>
- <title>External Libraries or Applications</title>
- <para>
- The following libraries or applications must be installed before running
- &openser; with this module loaded:
- <itemizedlist>
- <listitem>
- <para>
- <emphasis>PostgreSQL library</emphasis> - e.g., libpq5.
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>PostgreSQL devel library</emphasis> - to compile
- the module (e.g., libpq-dev).
- </para>
- </listitem>
- </itemizedlist>
- </para>
- </section>
- </section>
- <section>
- <title>Exported Parameters</title>
- <para>
- NONE
- </para>
- </section>
- <section>
- <title>Exported Functions</title>
- <para>
- NONE
- </para>
- </section>
- <section>
- <title>Installation and Running</title>
- <para>Notes about installation and running.</para>
- </section>
- </chapter>
|