DefineQueryRewrite: rule plan string too big-- workaround?

From: mathprof(at)bigfoot(dot)com
To: pgsql-general(at)postgreSQL(dot)org
Subject: DefineQueryRewrite: rule plan string too big-- workaround?
Date: 2000-02-04 05:50:59
Message-ID: 200002040600.AAA11494@bunyip.flash.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I created what I thought was a fairly simple view, and got back:

ERROR: DefineQueryRewrite: rule plan string too big.

Is there any workaround for this? I'm pretty sure the view is correct
otherwise-- if I edit it even slightly, the "CREATE" goes through fine and
the view works great (well, almost great-- not as well as if I didn't have
to edit the view to avoid the error!).

The limit for the rule plan string also seems awfully small-- my view
isn't more than a few lines long.

Thoughts or help?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-02-04 07:03:35 Re: [GENERAL] DefineQueryRewrite: rule plan string too big-- workaround?
Previous Message Don Baccus 2000-02-04 05:17:10 Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL