db_postgres_admin.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding='ISO-8859-1'?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!-- Include general documentation entities -->
  5. <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
  6. %docentities;
  7. ]>
  8. <!-- Module User's Guide -->
  9. <chapter>
  10. <title>&adminguide;</title>
  11. <section>
  12. <title>Overview</title>
  13. <para>Module description</para>
  14. </section>
  15. <section>
  16. <title>Dependencies</title>
  17. <section>
  18. <title>&kamailio; Modules</title>
  19. <para>
  20. The following modules must be loaded before this module:
  21. <itemizedlist>
  22. <listitem>
  23. <para>
  24. <emphasis>No dependencies on other &kamailio; modules</emphasis>.
  25. </para>
  26. </listitem>
  27. </itemizedlist>
  28. </para>
  29. </section>
  30. <section>
  31. <title>External Libraries or Applications</title>
  32. <para>
  33. The following libraries or applications must be installed before running
  34. &kamailio; with this module loaded:
  35. <itemizedlist>
  36. <listitem>
  37. <para>
  38. <emphasis>PostgreSQL library</emphasis> - e.g., libpq5.
  39. </para>
  40. </listitem>
  41. <listitem>
  42. <para>
  43. <emphasis>PostgreSQL devel library</emphasis> - to compile
  44. the module (e.g., libpq-dev).
  45. </para>
  46. </listitem>
  47. </itemizedlist>
  48. </para>
  49. </section>
  50. </section>
  51. <section>
  52. <title>Exported Parameters</title>
  53. <para>
  54. NONE
  55. </para>
  56. </section>
  57. <section>
  58. <title>Exported Functions</title>
  59. <para>
  60. NONE
  61. </para>
  62. </section>
  63. <section>
  64. <title>Installation and Running</title>
  65. <para>Notes about installation and running.</para>
  66. </section>
  67. </chapter>