postgres.sgml 1.1 KB

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