Go to file
2008-08-26 00:03:15 +00:00
config Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 2008-08-21 13:53:28 +00:00
contrib Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 2008-08-25 23:12:45 +00:00
doc Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski. 2008-08-26 00:03:15 +00:00
src Move exprType(), exprTypmod(), expression_tree_walker(), and related routines 2008-08-25 22:42:34 +00:00
aclocal.m4
configure Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 2008-08-21 13:53:28 +00:00
configure.in Remove -Winline from the default set of CFLAGS for gcc. It's gotten much 2008-08-19 19:17:40 +00:00
COPYRIGHT
GNUmakefile.in
Makefile
README Point to our download URL, rather than listing interface in the README 2008-05-06 22:02:12 +00:00
README.CVS

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