Subject: Re: PostgreSQL
To: Paulo Alexandre Pinto Pires <pappires@vortex.del.ufrj.br>
From: Nathan Gelbard <gelbardn@hurrah.com>
List: netbsd-help
Date: 06/21/1998 11:21:43
> 	gmake[2]: Entering directory
> 		`/build/pappires/postgresql-6.3.2/src/backend/parser'
> 	/usr/bin/yacc -d gram.y
> 	/usr/bin/yacc: f - maximum table size exceeded
> 
> which I couldn't get over so far.  Anybody had the same problem and
> can tell how to get rid of it?

In the makefiles, change yacc to bison. Worked for us.

Good luck,
	nathan