| From: | Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
|---|---|
| To: | Ian Cass <ian(dot)cass(at)mblox(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Another postgres 'file not found' error |
| Date: | 2002-06-13 13:19:46 |
| Message-ID: | Pine.LNX.4.44.0206131618270.26545-100000@matrix.gatewaynet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Thu, 13 Jun 2002, Ian Cass wrote:
> This is the second time within a week I've been hit by a peculiar 'file not
> found' error. I've been replacing a few existing Oracle servers with
> Postgres. I'm wondering if that was a wise decision :/
What version of pgsql/os are you using???
(Hoping you dont use any ancient pgsql along with an exotic os :)
>
> inbound=# update store set state = 0, timestamp = 'now' where timestamp <
> (CURRENT_TIMESTAMP - interval '30 seconds') and accountid = '6';
> ERROR: cannot open segment 1 of relation store_ix1 (target block
> 1576985508): No such file or directory
>
> --
> Ian Cass
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
tel: +30-10-8981112
fax: +30-10-8981877
email: achill(at)matrix(dot)gatewaynet(dot)com
mantzios(at)softlab(dot)ece(dot)ntua(dot)gr
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dmitri Colebatch | 2002-06-13 14:13:22 | join question - three tables, two with foreign keys to the first |
| Previous Message | Ian Cass | 2002-06-13 11:17:00 | Another postgres 'file not found' error |