Re: Broken Tables?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "james" <spare1(at)cqm(dot)co(dot)uk>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Broken Tables?
Date: 2001-06-13 19:05:58
Message-ID: 29008.992459158@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"james" <spare1(at)cqm(dot)co(dot)uk> writes:
> I get the full table back, but when I do a
> psql> SELECT * from tablename WHERE column_name =3D'variable';
> it returns empty rows even though I know for a fact and have checked using =
> the select * query that rows should exist and have the variable in the corr=
> ect column!!!

Corrupted index maybe? If there's an index on column_name, try dropping
and rebuilding it.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Rainer Mager 2001-06-13 22:37:57 High memory usage
Previous Message Dennis 2001-06-13 17:51:01 Re: JDBC in postgresql