postgres_user.sgml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <!-- Module User's Guide -->
  2. <chapter>
  3. <chapterinfo>
  4. <revhistory>
  5. <revision>
  6. <revnumber>$Revision$</revnumber>
  7. <date>$Date$</date>
  8. </revision>
  9. </revhistory>
  10. </chapterinfo>
  11. <title>User's Guide</title>
  12. <section>
  13. <title>Overview</title>
  14. <para>Module description</para>
  15. </section>
  16. <section>
  17. <title>Dependencies</title>
  18. <section>
  19. <title>&ser; Modules</title>
  20. <para>
  21. The following modules must be loaded before this module:
  22. <itemizedlist>
  23. <listitem>
  24. <para>
  25. <emphasis>No dependencies on other &ser; modules</emphasis>.
  26. </para>
  27. </listitem>
  28. </itemizedlist>
  29. </para>
  30. </section>
  31. <section>
  32. <title>External Libraries or Applications</title>
  33. <para>
  34. The following libraries or applications must be installed before running
  35. &ser; with this module loaded:
  36. <itemizedlist>
  37. <listitem>
  38. <para>
  39. <emphasis>None</emphasis>.
  40. </para>
  41. </listitem>
  42. </itemizedlist>
  43. </para>
  44. </section>
  45. </section>
  46. <section>
  47. <title>Exported Parameters</title>
  48. <section>
  49. <title><varname>param_name</varname> (param_type)</title>
  50. <para>
  51. Param description.
  52. </para>
  53. <para>
  54. <emphasis>
  55. Default value is <quote>value</quote>.
  56. </emphasis>
  57. </para>
  58. <example>
  59. <title>Set <varname>param_name</varname> parameter</title>
  60. <programlisting format="linespecific">
  61. ...
  62. modparam("module", "param_name", "param_value")
  63. ...
  64. </programlisting>
  65. </example>
  66. </section>
  67. </section>
  68. <section>
  69. <title>Exported Functions</title>
  70. <section>
  71. <title>
  72. <function moreinfo="none">function_name(param1, param2)</function>
  73. </title>
  74. <para>
  75. Description
  76. </para>
  77. <para>Meaning of the parameters is as follows:</para>
  78. <itemizedlist>
  79. <listitem>
  80. <para><emphasis>param1</emphasis> - description.
  81. </para>
  82. </listitem>
  83. <listitem>
  84. <para><emphasis>param2</emphasis> - description.
  85. </para>
  86. </listitem>
  87. </itemizedlist>
  88. <example>
  89. <title><function>function_name</function> usage</title>
  90. <programlisting format="linespecific">
  91. ...
  92. function_name("sample_param1", "sample_param2");
  93. ...
  94. </programlisting>
  95. </example>
  96. </section>
  97. </section>
  98. <section>
  99. <title>Installation & Running</title>
  100. <para>Notes about installation and running.</para>
  101. </section>
  102. </chapter>
  103. <!-- Keep this element at the end of the file
  104. Local Variables:
  105. sgml-parent-document: ("postgres.sgml" "Book" "chapter")
  106. End:
  107. -->