OSDN Git Service

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