README
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:2k
源码类别:

数据库系统

开发平台:

Unix_Linux

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