Go to file
openKylinBot 1a82c4df53 changed debian/source/format to native 2022-05-14 02:43:37 +08:00
config Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
contrib Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
debian changed debian/source/format to native 2022-05-14 02:43:37 +08:00
doc Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
src Debian-specific cluster startup message from initdb 2022-05-14 02:43:37 +08:00
.dir-locals.el Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
.gitattributes Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
.gitignore Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
COPYRIGHT Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
GNUmakefile.in Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
HISTORY Document Debian location of release notes files. 2022-05-14 02:43:37 +08:00
INSTALL Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
Makefile Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
README Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
aclocal.m4 Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
configure Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
configure.in Import Upstream version 12.2 2022-05-14 02:43:08 +08:00

README

PostgreSQL Database Management System
=====================================

This directory contains the source code distribution of the PostgreSQL
database management system.

PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.  This distribution also contains C language bindings.

PostgreSQL has many language interfaces, many of which are listed here:

	https://www.postgresql.org/download

See the file INSTALL for instructions on how to build and install
PostgreSQL.  That file also lists supported operating systems and
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL
system.  Copyright and license information can be found in the
file COPYRIGHT.  A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.

The latest version of this software may be obtained at
https://www.postgresql.org/download/.  For more information look at our
web site located at https://www.postgresql.org/.