Re: [GENERAL] missing chunk number 0 for toast value xxxxx

2006-08-05 Thread Robby Russell
On Aug 5, 2006, at 4:29 PM, Robby Russell wrote: I'm seeing this weird issue pop up on one a database. This seems to work... robbyonrails_typo_dev=# SELECT count(id) FROM contents WHERE title ~* 'postgresql' LIMIT 20; count --- 19 (1 row) ...but these two seem to be causing an err

[GENERAL] missing chunk number 0 for toast value xxxxx

2006-08-05 Thread Robby Russell
I'm seeing this weird issue pop up on one a database. This seems to work... robbyonrails_typo_dev=# SELECT count(id) FROM contents WHERE title ~* 'postgresql' LIMIT 20; count --- 19 (1 row) ...but these two seem to be causing an error now. robbyonrails_typo_dev=# SELECT count(id) FR