diff options
author | Neil Conway <neilc@samurai.com> | 2004-03-10 01:34:53 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-03-10 01:34:53 +0000 |
commit | ef41d22e558d4521cebba200cfd170d0e51a44a5 (patch) | |
tree | 54e6b71824dc92186486dd44fc645c353cbbf27b | |
parent | eb7ff67cea4174c03a6226ea8054525a87801614 (diff) | |
download | postgresql-ef41d22e558d4521cebba200cfd170d0e51a44a5.tar.gz postgresql-ef41d22e558d4521cebba200cfd170d0e51a44a5.zip |
Improvements to README.CVS
-rw-r--r-- | README.CVS | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.CVS b/README.CVS index dc078bb4d8a..08351229e78 100644 --- a/README.CVS +++ b/README.CVS @@ -1,4 +1,4 @@ -Tarball versions of PostgreSQL will contain INSTALL and HISTORY files in +Official releases of PostgreSQL contain INSTALL and HISTORY files in this directory. For people using CVS checkouts, you can view the install instructions @@ -6,8 +6,12 @@ at: http://developer.postgresql.org/docs/postgres/installation.html -and the release notes can be viewed at: +The release notes can be viewed at: http://developer.postgresql.org/docs/postgres/release.html -This file does not appear in release tarball. +(This file does not appear in release tarballs.) + +Note that users compiling from CVS will also need compatible versions +of Bison and Flex, as discussed in the install documentation (Bison +and Flex are not needed when using an official release of PostgreSQL.) |