Re: [HACKERS] weird problem

2003-07-12 Thread Gavin Sherry
On Thu, 10 Jul 2003, Christopher Kings-Lynne wrote: > Just saw this on our demo server: > > [EMAIL PROTECTED]:~/htdocs/webdb/conf# /usr/local/pgsql-7.3.3/bin/psql -p5473 > phppgadmin > psql: FATAL: cannot open segment 1 of relation > pg_trigger_tgrelid_tgname_index (target block 8310112): No suc

Re: [HACKERS] weird problem

2003-07-09 Thread Stephan Szabo
On Thu, 10 Jul 2003, Christopher Kings-Lynne wrote: > > Hmm... I was thinking the index could be somehow corrupted. However, > > it's strange that all databases have the same problem, since pg_trigger > > is not shared across databases. > > > > Have you tried reindexing pg_trigger? > > Can't -

Re: [HACKERS] weird problem

2003-07-09 Thread Christopher Kings-Lynne
> Hmm... I was thinking the index could be somehow corrupted. However, > it's strange that all databases have the same problem, since pg_trigger > is not shared across databases. > > Have you tried reindexing pg_trigger? Can't - I can't log into any database. Maybe it's one of psql's startup q

Re: [HACKERS] weird problem

2003-07-09 Thread Alvaro Herrera
On Thu, Jul 10, 2003 at 11:45:09AM +1000, Gavin Sherry wrote: > On Thu, 10 Jul 2003, Christopher Kings-Lynne wrote: > > > Just saw this on our demo server: > > > > [EMAIL PROTECTED]:~/htdocs/webdb/conf# /usr/local/pgsql-7.3.3/bin/psql -p5473 > > phppgadmin > > psql: FATAL: cannot open segment 1

Re: [HACKERS] weird problem

2003-07-09 Thread Gavin Sherry
On Thu, 10 Jul 2003, Christopher Kings-Lynne wrote: > Just saw this on our demo server: > > [EMAIL PROTECTED]:~/htdocs/webdb/conf# /usr/local/pgsql-7.3.3/bin/psql -p5473 > phppgadmin > psql: FATAL: cannot open segment 1 of relation > pg_trigger_tgrelid_tgname_index (target block 8310112): No suc

[HACKERS] weird problem

2003-07-09 Thread Christopher Kings-Lynne
Just saw this on our demo server: [EMAIL PROTECTED]:~/htdocs/webdb/conf# /usr/local/pgsql-7.3.3/bin/psql -p5473 phppgadmin psql: FATAL: cannot open segment 1 of relation pg_trigger_tgrelid_tgname_index (target block 8310112): No such file or directory Any solution? Happens on all databases. Ch