1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Some updates for 7.1.1.

This commit is contained in:
Bruce Momjian
2001-05-03 16:26:21 +00:00
parent 8571e6c6e5
commit 13e9cea634
6 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 7.1 (2001-??-??) Release 7.1 (2001-04-13)
This release focuses on removing limitations that have existed in the This release focuses on removing limitations that have existed in the

6
README
View File

@ -1,9 +1,9 @@
PostgreSQL Data Base Management System (formerly known as Postgres, then PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95). as Postgres95).
This directory contains the development version of 7.1 of the This directory contains the development version of 7.1.1 of the
PostgreSQL database server. The server is not ANSI SQL compliant, but PostgreSQL database server. The server is not 100% ANSI SQL compliant,
it gets closer with every release. After you unzip and untar the but it gets closer with every release. After you unzip and untar the
distribution file, look at file INSTALL for the installation notes and distribution file, look at file INSTALL for the installation notes and
file HISTORY for the changes. file HISTORY for the changes.

View File

@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
AC_PREREQ(2.13) AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
VERSION='7.1' VERSION='7.1.1'
AC_SUBST(VERSION) AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")

View File

@ -27,9 +27,9 @@ System Configuration
Operating System (example: Linux 2.0.26 ELF) : Operating System (example: Linux 2.0.26 ELF) :
PostgreSQL version (example: PostgreSQL-7.1): PostgreSQL-7.1 PostgreSQL version (example: PostgreSQL-7.1.1): PostgreSQL-7.1.1
Compiler used (example: gcc 2.8.0) : Compiler used (example: gcc 2.95.2) :
Please enter a FULL description of your problem: Please enter a FULL description of your problem:

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.87 2001/05/03 16:26:21 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
@ -10,7 +10,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 mom
<note> <note>
<title>Release date</title> <title>Release date</title>
<simpara>2001-??-??</simpara> <simpara>2001-04-13</simpara>
</note> </note>
<!-- <!--

View File

@ -1,5 +1,5 @@
(2000-12-11) (2001-05-04)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive. work or play with PostgreSQL more productive.