diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-03-02 02:09:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-03-02 02:09:19 +0000 |
commit | b469a56ac404a5bb6b2bd859c9a09d8cc4d9d9f0 (patch) | |
tree | e8b5017eb458e6906c8a3eb9ffd562ad65a9d3f2 | |
parent | 3ce0236c6979aaf1175dca8613dc09cdcc64c3ef (diff) | |
download | postgresql-b469a56ac404a5bb6b2bd859c9a09d8cc4d9d9f0.tar.gz postgresql-b469a56ac404a5bb6b2bd859c9a09d8cc4d9d9f0.zip |
flex 2.5.3 warning from Andrew Martin.
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ so you can use it to access (or create or manipulate) databases. This step does not include actually creating any database or configuring your system to use it. +Before you start, if you are using GNU flex, you should ensure that you +are not using Version 2.5.3. If you have this version, you should either +change to 2.5.2 or 2.5.4 or apply the patch in doc/README.flex + To install PostgreSQL on UNIX platforms: 1. Unpack the source distribution into a source directory. We'll assume |