Re: [HACKERS] Rule plan size for views?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: mrogan(at)fpelectronics(dot)com
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Rule plan size for views?
Date: 1998-02-28 22:25:42
Message-ID: 199803010325.WAA02540@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>
> Hello
>
> What is the rule size for views?
>
> This seems to have changed in this beta; I have a view that worked in a
> previous beta but fails to create.
> "ERROR: DefineQueryRewrite: rule plan string too big."
>
> I have about 33 column headings with a join of 5 tables.
>
> I have the latest cvsup tree as of a few minutes ago.
> Linux 2.0.30
> pgcc compiler

Yes. More of the structure elements are dumped into the view than it
used to. We hoped to allow larger block sizes in 6.3, but no luck.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-28 22:47:48 Re: [HACKERS] Just a couple minor nits...
Previous Message Darren King 1998-02-28 20:43:08 Re: [HACKERS] Rule plan size for views?