DESCR-main 865 B

12345678910111213141516171819202122
  1. PostgreSQL RDBMS client applications, libraries and include files
  2. for database administration, maintenance and integration with other
  3. applications.
  4. The OpenBSD PostgreSQL port build produces several packages:
  5. * postgresql-client-${VERSION} - client package
  6. Client-side applications, headers and libraries.
  7. * postgresql-server-${VERSION} - server package
  8. Contains additional files needed for performing backend server
  9. functions - such as providing the database server itself.
  10. * postgresql-docs-${VERSION} - documentation
  11. Additional documentation: FAQs, READMEs; PostgreSQL manuals in
  12. HTML format: Administrator's Guide, Programmer's Manual, PostgreSQL
  13. Tutorial and User's Guide and Integrated Documentation package
  14. contains all the above documentation.
  15. * postgresql-contrib-${VERSION} - contributions
  16. Additional utilities and usefull libraries.