OSDN Git Service

Stamp CVS as 7.2. Update all interface version numbers. This is the
[pg-rex/syncrep.git] / README
1 PostgreSQL Data Base Management System (formerly known as Postgres, then
2 as Postgres95).
3   
4 This directory contains the development version of 7.2 of the
5 PostgreSQL database server.  The server is not 100% ANSI SQL compliant,
6 but it gets closer with every release.  After you unzip and untar the
7 distribution file, look at file INSTALL for the installation notes and
8 file HISTORY for the changes.
9
10 The latest version of this software may be obtained at
11 ftp://ftp.postgresql.org/pub/.  For more information look at our WWW
12 home page located at http://www.postgreSQL.org/.
13
14 PostgreSQL is not public domain software.  It is copyrighted by the
15 University of California but may be used according to the licensing
16 terms of the the copyright below:
17
18 ------------------------------------------------------------------------
19
20 POSTGRES95 Data Base Management System (formerly known as Postgres, then
21 as Postgres95).
22
23 Copyright (c) 1994-7 Regents of the University of California
24
25 Permission to use, copy, modify, and distribute this software and its
26 documentation for any purpose, without fee, and without a written agreement
27 is hereby granted, provided that the above copyright notice and this
28 paragraph and the following two paragraphs appear in all copies.
29
30 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
31 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
32 LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
33 DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
34 POSSIBILITY OF SUCH DAMAGE.
35
36 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
37 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
38 AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
39 ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
40 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.