2
0

postgres_faq.sgml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!-- Module FAQ -->
  2. <chapter>
  3. <chapterinfo>
  4. <revhistory>
  5. <revision>
  6. <revnumber>$Revision$</revnumber>
  7. <date>$Date$</date>
  8. </revision>
  9. </revhistory>
  10. </chapterinfo>
  11. <title>Frequently Asked Questions</title>
  12. <qandaset defaultlabel="number">
  13. <qandaentry>
  14. <question>
  15. <para>Where can I find more about &ser;?</para>
  16. </question>
  17. <answer>
  18. <para>
  19. Take a look at &serhomelink;.
  20. </para>
  21. </answer>
  22. </qandaentry>
  23. <qandaentry>
  24. <question>
  25. <para>Where can I post a question about this module?</para>
  26. </question>
  27. <answer>
  28. <para>
  29. First at all check if your question was already answered on one of
  30. our mailing lists:
  31. </para>
  32. <itemizedlist>
  33. <listitem>
  34. <para>&seruserslink;</para>
  35. </listitem>
  36. <listitem>
  37. <para>&serdevlink;</para>
  38. </listitem>
  39. </itemizedlist>
  40. <para>
  41. E-mails regarding any stable version should be sent to &serusersmail; and e-mail
  42. regarding development versions or CVS snapshots should be send to &serdevmail;.
  43. </para>
  44. <para>
  45. If you want to keep the mail private, send it to &serhelpmail;.
  46. </para>
  47. </answer>
  48. </qandaentry>
  49. <qandaentry>
  50. <question>
  51. <para>How can I report a bug?</para>
  52. </question>
  53. <answer>
  54. <para>
  55. Please follow the guidelines provided at: &serbugslink;
  56. </para>
  57. </answer>
  58. </qandaentry>
  59. </qandaset>
  60. </chapter>
  61. <!-- Keep this element at the end of the file
  62. Local Variables:
  63. sgml-parent-document: ("postgres.sgml" "Book" "chapter")
  64. End:
  65. -->