Go to file
Robert Haas 3d14bd2563 Fix "is db labeled test?" in chkselinuxenv script.
Don't test whether the number of labels is numerically equal to zero;
count(*) isn't going return zero anyway, and the current coding blows
up if it returns an empty string or an error.
2011-09-01 08:28:26 -04:00
config
contrib Fix "is db labeled test?" in chkselinuxenv script. 2011-09-01 08:28:26 -04:00
doc The replication status values in pg_stat_replication was changed to 2011-08-31 12:37:37 +03:00
src Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 2011-09-01 14:02:40 +03:00
.gitignore
aclocal.m4
configure Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 2011-09-01 14:02:40 +03:00
configure.in Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 2011-09-01 14:02:40 +03:00
COPYRIGHT
GNUmakefile.in
Makefile
README
README.git

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:

	http://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.  Changes between all PostgreSQL releases are recorded in the
file HISTORY.  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
http://www.postgresql.org/download/.  For more information look at our
web site located at http://www.postgresql.org/.