Re: Error migrating from 7.4.3 to 8.0.3 - Mailing list pgsql-general

From Raj Gupta
Subject Re: Error migrating from 7.4.3 to 8.0.3
Date
Msg-id 91f893558d5fd0a84e340b0c8cc88d16@zeesource.net
Whole thread Raw
In response to Re: Error migrating from 7.4.3 to 8.0.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
This is a stock Mac OS 10.3 (Panther). Has anyone else seen this
problem with 8.0.3 on Panther?

According to the INSTALL file 10.3 should work fine, as reported by
Andrew Rawnsley, cc'd on this message.

Raj

On Sep 26, 2005, at 12:23 PM, Tom Lane wrote:

> "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


ERROR:  could not write block 2830 of relation 1663/2276041/4965853:
Operation not permitted

  This came when pg was trying to create an index on the relation.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error migrating from 7.4.3 to 8.0.3
Next
From: Tom Lane
Date:
Subject: Re: Index use in BETWEEN statement...