Cope with a deficiency in OpenSSL 3.x's error reporting.
[pgsql.git] / README.md
blob445eb2f2d0a220a94106c702a9a58771ab4a9923
1 PostgreSQL Database Management System
2 =====================================
4 This directory contains the source code distribution of the PostgreSQL
5 database management system.
7 PostgreSQL is an advanced object-relational database management system
8 that supports an extended subset of the SQL standard, including
9 transactions, foreign keys, subqueries, triggers, user-defined types
10 and functions.  This distribution also contains C language bindings.
12 Copyright and license information can be found in the file COPYRIGHT.
14 General documentation about this version of PostgreSQL can be found at:
15 <https://www.postgresql.org/docs/devel/>  
16 In particular, information about building PostgreSQL from the source
17 code can be found at:
18 <https://www.postgresql.org/docs/devel/installation.html>
20 The latest version of this software, and related software, may be
21 obtained at <https://www.postgresql.org/download/>.  For more information
22 look at our web site located at <https://www.postgresql.org/>.