db_postgres.sgml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
  2. <!ENTITY user SYSTEM "db_postgres_user.sgml">
  3. <!ENTITY faq SYSTEM "../../../doc/module_faq.sgml">
  4. <!-- Include general documentation entities -->
  5. <!ENTITY % docentities SYSTEM "../../../doc/entities.sgml">
  6. %docentities;
  7. ]>
  8. <book>
  9. <bookinfo>
  10. <title>postgres Module</title>
  11. <productname class="trade">&sername;</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Greg</firstname>
  15. <surname>Fausak</surname>
  16. <affiliation><orgname>August.net</orgname></affiliation>
  17. <address>
  18. <email>[email protected]</email>
  19. </address>
  20. </author>
  21. <editor>
  22. <firstname>Greg</firstname>
  23. <surname>Fausak</surname>
  24. <address>
  25. <email>[email protected]</email>
  26. </address>
  27. </editor>
  28. </authorgroup>
  29. <copyright>
  30. <year>2003</year>
  31. <holder>Greg Fausak</holder>
  32. </copyright>
  33. <revhistory>
  34. <revision>
  35. <revnumber>$Revision$</revnumber>
  36. <date>$Date$</date>
  37. </revision>
  38. </revhistory>
  39. </bookinfo>
  40. <toc></toc>
  41. &user;
  42. &faq;
  43. </book>