diff options
| author | Neil Conway <neilc@samurai.com> | 2004-03-10 01:31:15 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2004-03-10 01:31:15 +0000 |
| commit | c9d8901b3f1ec7ca2e7b101f81a94dba923884aa (patch) | |
| tree | 0d1cabba1fb69e273027db0521db1ae0b4255daf | |
| parent | 0bcc2beb4a8e27c407da7d247083937261b60071 (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 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.) |
