km_README 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. postgres Module
  2. Greg Fausak
  3. August.net
  4. Edited by
  5. Greg Fausak
  6. Copyright © 2003 Greg Fausak
  7. __________________________________________________________
  8. Table of Contents
  9. 1. User's Guide
  10. 1.1. Overview
  11. 1.2. Dependencies
  12. 1.2.1. OpenSER Modules
  13. 1.2.2. External Libraries or Applications
  14. 1.3. Exported Parameters
  15. 1.4. Exported Functions
  16. 1.5. Installation & Running
  17. __________________________________________________________
  18. Chapter 1. User's Guide
  19. 1.1. Overview
  20. Module description
  21. __________________________________________________________
  22. 1.2. Dependencies
  23. 1.2.1. OpenSER Modules
  24. The following modules must be loaded before this module:
  25. * No dependencies on other OpenSER modules.
  26. __________________________________________________________
  27. 1.2.2. External Libraries or Applications
  28. The following libraries or applications must be installed
  29. before running OpenSER with this module loaded:
  30. * PostgreSQL library - e.g., libpq5.
  31. * PostgreSQL devel library - to compile the module (e.g.,
  32. libpq-dev).
  33. __________________________________________________________
  34. 1.3. Exported Parameters
  35. NONE
  36. __________________________________________________________
  37. 1.4. Exported Functions
  38. NONE
  39. __________________________________________________________
  40. 1.5. Installation & Running
  41. Notes about installation and running.