Re: [HACKERS] DefineQueryRewrite: rule plan string too big.
Theo Kramer <theo@flame.co.za>
From: Theo Kramer <theo@flame.co.za>
To: pgsql-hackers@postgreSQL.org
Date: 2000-01-17T15:03:30Z
Lists: pgsql-hackers
I wrote: > > Hi > > Just created a rule and received "rule plan string too big". My rule is around > 1000 characters long. I added a debug statement which printed the following from > backend/rewrite/rewriteDefine.c > ... > 3. Is there a better way to do this? Was being thick... I removed the 'where' clause and now it fits and works. -------- Regards Theo