Hello, --- Tom Lane <[EMAIL PROTECTED]> wrote:
> <[EMAIL PROTECTED]> writes: > > I'm using PG 7.3.4 under RedHat 9.0 and I've started noticing the > > following type of errors: > > cannot open segment 1 of relation url (target block 537329664): > No > > such file or directory > > If this is coming from an indexscan query, then I'd bet on the > problem > being a corrupted index on the "url" table. REINDEX may get you out > of it. If not, try dumping and reloading that table (or the whole > database if need be). Thanks, I'll try REINDEX shortly. Before I do that, though, I'm wondering if it's somehow possible to get the details of this problem - I'd love to see which DB file PG is actually looking for. > 7.3.4 is a bit old --- you should at least move up to 7.3.8, if not > 7.4.something. Thanks for the info - I'll upgrade to 7.3.8 then, too. Otis ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend