aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-10-22 13:46:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-10-22 13:46:59 +0000
commit19cc7bcbe5f09617bf1b58581b4f8153e6e3cdb1 (patch)
tree363c9f00301de0883b6ff84005462e20bea99c16 /doc/src
parentf3e1937e5d1dcd616d76dcf709cf7a52b2f08810 (diff)
downloadpostgresql-19cc7bcbe5f09617bf1b58581b4f8153e6e3cdb1.tar.gz
postgresql-19cc7bcbe5f09617bf1b58581b4f8153e6e3cdb1.zip
Specify that we need bison >= 1.50.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 7c09be63809..2dee20b1b64 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.84 2002/10/20 01:38:18 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.85 2002/10/22 13:46:59 tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -286,7 +286,7 @@ JAVACMD=$JAVA_HOME/bin/java
are needed to build a CVS checkout or if you changed the actual
scanner and parser definition files. If you need them, be sure
to get <application>Flex</> 2.5.4 or later and
- <application>Bison</> 1.28 or later. Other <application>yacc</>
+ <application>Bison</> 1.50 or later. Other <application>yacc</>
programs can sometimes be used, but doing so requires extra
effort and is not recommended. Other <application>lex</>
programs will definitely not work.