From 293913568e6a7a86fd1479e1cff8e2ecb58d6568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:03 +0200 Subject: Adding upstream version 16.2. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/intro-whatis.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/src/sgml/html/intro-whatis.html (limited to 'doc/src/sgml/html/intro-whatis.html') diff --git a/doc/src/sgml/html/intro-whatis.html b/doc/src/sgml/html/intro-whatis.html new file mode 100644 index 0000000..8d25381 --- /dev/null +++ b/doc/src/sgml/html/intro-whatis.html @@ -0,0 +1,26 @@ + +1.  What Is PostgreSQL?

1.  What Is PostgreSQL? #

+ PostgreSQL is an object-relational + database management system (ORDBMS) based on + + POSTGRES, Version 4.2, + developed at the University of California at Berkeley Computer Science + Department. POSTGRES pioneered many concepts that only became + available in some commercial database systems much later. +

+ PostgreSQL is an open-source descendant + of this original Berkeley code. It supports a large part of the SQL + standard and offers many modern features: + +

  • complex queries
  • foreign keys
  • triggers
  • updatable views
  • transactional integrity
  • multiversion concurrency control

+ + Also, PostgreSQL can be extended by the + user in many ways, for example by adding new + +

  • data types
  • functions
  • operators
  • aggregate functions
  • index methods
  • procedural languages

+

+ And because of the liberal license, + PostgreSQL can be used, modified, and + distributed by anyone free of charge for any purpose, be it + private, commercial, or academic. +

\ No newline at end of file -- cgit v1.2.3