Re: [GENERAL] nodeRead ERROR.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: stuart(at)ludwig(dot)ucl(dot)ac(dot)uk (Stuart Rison)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] nodeRead ERROR.
Date: 1998-07-06 18:04:22
Message-ID: 199807061804.OAA17662@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


My guess is that the view is overflowing the 8k limit. 6.4 should allow
for larger block sizes.

> Dear all,
>
> I have a very long table (i.e. has a lot of columns). I created a couple
> of views on this table. They created fine. \d <view_name> yields the
> expected results.
>
> However, if I actually perform a select I get:
>
> select * from test;
>
> ERROR: nodeRead: Bad type 0
>
> Furthermore, if I try to drop the views, I get the same error message (and
> the views aren't deleted).
>
> Anybody experienced this problem (I have 6.3.2 under IRIX 5.3) or knows of
> a way to get rid of these views?
>
> please cc to me as I'm not always up-to-date in my news-reading!
>
> Many thanks,
>
> Stuart.
>
>
>
> +-------------------------+--------------------------------------+
> | Stuart Rison | Ludwig Institute for Cancer Research |
> | Tel. (0171) 878 4041 | Courtauld Building |
> | Fax. (0171) 878 4040 | 91 Riding House Street |
> +-------------------------+ London, W1P 8BT |
> | stuart(at)ludwig(dot)ucl(dot)ac(dot)uk | UNITED KINGDOM. |
> +-------------------------+--------------------------------------+
>
>
>
>

--
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-general by date

  From Date Subject
Next Message Jeffrey Napolitano 1998-07-06 19:26:39 Varchar and varchar2
Previous Message Herouth Maoz 1998-07-06 13:49:26 Re: [GENERAL] :) Import file2table Question