~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PostgreSQL Database Management System
 
2
=====================================
 
3
  
 
4
This directory contains the source code distribution of the PostgreSQL
 
5
database management system.
 
6
 
 
7
PostgreSQL is an advanced object-relational database management system
 
8
that supports an extended subset of the SQL standard, including
 
9
transactions, foreign keys, subqueries, triggers, user-defined types
 
10
and functions.  This distribution also contains C language bindings.
 
11
 
 
12
The JDBC, ODBC, C++, Python, and Tcl interfaces have been moved to the
 
13
PostgreSQL Projects Web Site at http://gborg.postgresql.org for separate
 
14
maintenance.  A Perl DBI/DBD driver is available from CPAN.
 
15
 
 
16
See the file INSTALL for instructions on how to build and install
 
17
PostgreSQL.  That file also lists supported operating systems and
 
18
hardware platforms and contains information regarding any other
 
19
software packages that are required to build or run the PostgreSQL
 
20
system.  Changes between all PostgreSQL releases are recorded in the
 
21
file HISTORY.  Copyright and license information can be found in the
 
22
file COPYRIGHT.  A comprehensive documentation set is included in this
 
23
distribution; it can be read as described in the installation
 
24
instructions.
 
25
 
 
26
The latest version of this software may be obtained at
 
27
ftp://ftp.postgresql.org/pub/.  For more information look at our web
 
28
site located at http://www.postgresql.org/.