diff options
author | Neil Conway | 2004-03-10 01:34:53 +0000 |
---|---|---|
committer | Neil Conway | 2004-03-10 01:34:53 +0000 |
commit | 8f170fe9608a98f748cad0f1d6cdab554d973f4f (patch) | |
tree | 151a34bb2cb403f567a2e0a44a3747543c522834 | |
parent | 9619223838420e0d89b9ae477cc2d09aa07cd9cd (diff) |
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 dc078bb4d8..08351229e7 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.) |