rule plan string too big?
Brook Milligan <brook@trillium.nmsu.edu>
From: Brook Milligan <brook@trillium.NMSU.Edu>
To: hackers@postgresql.org
Date: 1999-04-28T04:32:59Z
Lists: pgsql-hackers
I am getting the following error from a CREATE RULE statement: ERROR: DefineQueryRewrite: rule plan string too big. This statement is only 377 characters in length. What are the limits to the size of rules? Are they changable at compile time? Is this the same as a "normal" tuple (i.e., 8K)? If so, how do 377 characters expand to over 8K? Thanks for your help. Cheers, Brook