Обсуждение: cvs problem
Still getting these errors: cvs checkout: cannot open /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v: Permission denied cvs checkout: cannot open /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v: Permission denied cvs checkout: nothing known about pgsql/src/test/regress/regression.Solaris-Sparc $ -- Bruce Momjian | 830 Blythe Avenue maillist@candle.pha.pa.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)
Fixed, sorry for the delay...
On Sat, 28 Feb 1998, Bruce Momjian wrote:
> Still getting these errors:
>
> cvs checkout: cannot open
> /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v:
> Permission denied
> cvs checkout: cannot open
> /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v:
> Permission denied
> cvs checkout: nothing known about
> pgsql/src/test/regress/regression.Solaris-Sparc
> $
> --
> Bruce Momjian | 830 Blythe Avenue
> maillist@candle.pha.pa.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)
>
Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
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 Michael * Michael J. Rogan, Network Administrator, 905-624-3020 * * Mark IV Industries, F-P Electronics & I.V.H.S. Divisions * * mrogan@fpelectronics.com mrogan@ivhs.com *
> > > 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@candle.pha.pa.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)