Go to file
Martin Pitt 390c25bb1d Update pg_service.conf example to tell the Debian specific file location.
Forwarded: No, Debian specific

Gbp-Pq: Name 53-pg_service.conf_directory_doc.patch
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 Import Debian changes 12.2-ok1 2022-05-14 02:43:09 +08:00
doc Import Upstream version 12.2 2022-05-14 02:43:08 +08:00
src Update pg_service.conf example to tell the Debian specific file location. 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 Import Upstream version 12.2 2022-05-14 02:43:08 +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/.