rule plan string too big?

From: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
To: hackers(at)postgresql(dot)org
Subject: rule plan string too big?
Date: 1999-04-28 04:32:59
Message-ID: 199904280432.WAA21621@trillium.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 1999-04-28 05:42:10 RE: [HACKERS] Lock freeze ? in MVCC
Previous Message Bruce Momjian 1999-04-28 03:56:49 Re: [HACKERS] Lock freeze ? in MVCC