db_postgres_admin.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!-- Module User's Guide -->
  2. <chapter>
  3. <title>User's Guide</title>
  4. <section>
  5. <title>Overview</title>
  6. <para>Module description</para>
  7. </section>
  8. <section>
  9. <title>Dependencies</title>
  10. <section>
  11. <title>&openser; Modules</title>
  12. <para>
  13. The following modules must be loaded before this module:
  14. <itemizedlist>
  15. <listitem>
  16. <para>
  17. <emphasis>No dependencies on other &openser; modules</emphasis>.
  18. </para>
  19. </listitem>
  20. </itemizedlist>
  21. </para>
  22. </section>
  23. <section>
  24. <title>External Libraries or Applications</title>
  25. <para>
  26. The following libraries or applications must be installed before running
  27. &openser; with this module loaded:
  28. <itemizedlist>
  29. <listitem>
  30. <para>
  31. <emphasis>PostgreSQL library</emphasis> - e.g., libpq5.
  32. </para>
  33. </listitem>
  34. <listitem>
  35. <para>
  36. <emphasis>PostgreSQL devel library</emphasis> - to compile
  37. the module (e.g., libpq-dev).
  38. </para>
  39. </listitem>
  40. </itemizedlist>
  41. </para>
  42. </section>
  43. </section>
  44. <section>
  45. <title>Exported Parameters</title>
  46. <para>
  47. NONE
  48. </para>
  49. </section>
  50. <section>
  51. <title>Exported Functions</title>
  52. <para>
  53. NONE
  54. </para>
  55. </section>
  56. <section>
  57. <title>Installation and Running</title>
  58. <para>Notes about installation and running.</para>
  59. </section>
  60. </chapter>