]> begriffs open source - ai-pg/blob - full-docs/txt/intro-whatis.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / intro-whatis.txt
1
2 1.  What Is PostgreSQL? #
3
4    PostgreSQL is an object-relational database management system (ORDBMS)
5    based on POSTGRES, Version 4.2, developed at the University of
6    California at Berkeley Computer Science Department. POSTGRES pioneered
7    many concepts that only became available in some commercial database
8    systems much later.
9
10    PostgreSQL is an open-source descendant of this original Berkeley code.
11    It supports a large part of the SQL standard and offers many modern
12    features:
13      * complex queries
14      * foreign keys
15      * triggers
16      * updatable views
17      * transactional integrity
18      * multiversion concurrency control
19
20    Also, PostgreSQL can be extended by the user in many ways, for example
21    by adding new
22      * data types
23      * functions
24      * operators
25      * aggregate functions
26      * index methods
27      * procedural languages
28
29    And because of the liberal license, PostgreSQL can be used, modified,
30    and distributed by anyone free of charge for any purpose, be it
31    private, commercial, or academic.