Error migrating from 7.4.3 to 8.0.3

From: Raj Gupta <gupta(at)zeesource(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Error migrating from 7.4.3 to 8.0.3
Date: 2005-09-26 16:43:28
Message-ID: f07c084696e7afa0e247c209e070ae7d@zeesource.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

We are trying to migrate our database from 7.4.3 of Postgresql to
8.0.3.

While migrating a table, we got the following error:

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. Has
anyone seen this behavior before? Are we doing something wrong?

Thanks

Raj

--
Raj Gupta                      gupta(at)zeesource(dot)net
1684 Nightingale Avenue     Suite 201
Sunnyvale, CA 94087        408-733-2737(fax)

http://www.zeesource.net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ruben 2005-09-26 17:03:06 Re: SQL command to dump the contents of table failed: PQendcopy()
Previous Message Sean Davis 2005-09-26 16:24:00 Re: Index use in BETWEEN statement...