db_postgres.xml 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <!-- Include general documentation entities -->
  5. <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
  6. %docentities;
  7. ]>
  8. <book xmlns:xi="http://www.w3.org/2001/XInclude">
  9. <bookinfo>
  10. <title>postgres Module</title>
  11. <productname class="trade">&kamailioname;</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. </bookinfo>
  34. <toc></toc>
  35. <xi:include href="db_postgres_admin.xml"/>
  36. </book>