Skip to content

zli236/postgres

This branch is 12 commits ahead of, 34 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Zheng (Zane) Li
Jun 17, 2022
7a94899 · Jun 17, 2022
May 12, 2022
Jun 17, 2022
Jun 17, 2022
Jun 17, 2022
Apr 2, 2022
Jan 13, 2019
Dec 18, 2019
May 12, 2022
Apr 20, 2022
Mar 22, 2018
Jan 8, 2022
Jun 3, 2022
Feb 10, 2020
Jan 19, 2022
Feb 10, 2020
Feb 10, 2020
Nov 22, 2021
May 16, 2022
May 16, 2022

Repository files navigation

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/.