Re: Error migrating from 7.4.3 to 8.0.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Raj Gupta <gupta(at)zeesource(dot)net>
Cc: Vivek Khera <vivek(at)khera(dot)org>, pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error migrating from 7.4.3 to 8.0.3
Date: 2005-09-26 19:23:33
Message-ID: 1971.1127762613@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Raj Gupta <gupta(at)zeesource(dot)net> writes:
> Postgresql 7.4 runs fine, and creates the index, so I would be
> surprised if this is a hardware error?

"Operation not permitted" during a write() is not very sensible;
the kernel should have complained when the file was open()'d if there
were permission issues. So I'd say there is something pretty broken
about either your kernel or the filesystem the database is on.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-09-26 19:27:21 Re: SQL command to dump the contents of table failed: PQendcopy()
Previous Message Tom Lane 2005-09-26 19:17:23 Re: Index use in BETWEEN statement...