Config.in 451 B

123456789101112131415
  1. config BR2_PACKAGE_POSTGRESQL
  2. bool "postgresql"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. PostgreSQL is a powerful, open source object-relational
  6. database system.
  7. Enable the readline package to gain readline support in
  8. pgsql (the command line interpreter), which offers
  9. command history and edit functions.
  10. Enable the zlib package to gain builtin compression for
  11. archives with pg_dump and pg_restore.
  12. http://www.postgresql.org