README 1.2 KB

123456789101112131415161718192021222324252627
  1. PostgreSQL Database Management System
  2. =====================================
  3. This directory contains the source code distribution of the PostgreSQL
  4. database management system.
  5. PostgreSQL is an advanced object-relational database management system
  6. that supports an extended subset of the SQL standard, including
  7. transactions, foreign keys, subqueries, triggers, user-defined types
  8. and functions. This distribution also contains C language bindings.
  9. PostgreSQL has many language interfaces, many of which are listed here:
  10. https://www.postgresql.org/download/
  11. See the file INSTALL for instructions on how to build and install
  12. PostgreSQL. That file also lists supported operating systems and
  13. hardware platforms and contains information regarding any other
  14. software packages that are required to build or run the PostgreSQL
  15. system. Copyright and license information can be found in the
  16. file COPYRIGHT. A comprehensive documentation set is included in this
  17. distribution; it can be read as described in the installation
  18. instructions.
  19. The latest version of this software may be obtained at
  20. https://www.postgresql.org/download/. For more information look at our
  21. web site located at https://www.postgresql.org/.