Config.in 951 B

12345678910111213141516171819202122232425262728293031
  1. config ADK_COMPILE_POSTGRESQL
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_LIBPQ
  5. config ADK_PACKAGE_LIBPQ
  6. prompt "libpq............................. PostgreSQL client library"
  7. tristate
  8. default n
  9. select ADK_COMPILE_POSTGRESQL
  10. help
  11. PostgreSQL is an object-relational database management system (ORDBMS)
  12. based on POSTGRES, Version 4.2, developed at the University of
  13. California at Berkeley Computer Science Department. POSTGRES pioneered
  14. many concepts that only became available in some commercial database
  15. systems much later.
  16. PostgreSQL is an open-source descendant of this original Berkeley code.
  17. It supports SQL92 and SQL99 and offers many modern features:
  18. * complex queries
  19. * foreign keys
  20. * triggers
  21. * views
  22. * transactional integrity
  23. * multiversion concurrency control
  24. http://www.postgresql.org/
  25. This package contains the shared client library, needed by other programs.