db_postgres.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <!ENTITY admin SYSTEM "db_postgres_admin.xml">
  5. <!ENTITY faq SYSTEM "../../../doc/module_faq.xml">
  6. <!-- Include general documentation entities -->
  7. <!ENTITY % docentities SYSTEM "../../../doc/entities.xml">
  8. %docentities;
  9. ]>
  10. <book>
  11. <bookinfo>
  12. <title>postgres Module</title>
  13. <productname class="trade">&opensername;</productname>
  14. <authorgroup>
  15. <author>
  16. <firstname>Greg</firstname>
  17. <surname>Fausak</surname>
  18. <affiliation><orgname>August.net</orgname></affiliation>
  19. <address>
  20. <email>[email protected]</email>
  21. </address>
  22. </author>
  23. <editor>
  24. <firstname>Greg</firstname>
  25. <surname>Fausak</surname>
  26. <address>
  27. <email>[email protected]</email>
  28. </address>
  29. </editor>
  30. </authorgroup>
  31. <copyright>
  32. <year>2003</year>
  33. <holder>Greg Fausak</holder>
  34. </copyright>
  35. <revhistory>
  36. <revision>
  37. <revnumber>$Revision$</revnumber>
  38. <date>$Date$</date>
  39. </revision>
  40. </revhistory>
  41. </bookinfo>
  42. <toc></toc>
  43. &admin;
  44. &faq;
  45. </book>