Re: Error accessing PostgreSQL - Mailing list pgsql-admin

From Tom Lane
Subject Re: Error accessing PostgreSQL
Date
Msg-id 17788.995050380@sss.pgh.pa.us
Whole thread Raw
In response to Error accessing PostgreSQL  (Ricardo Maia <rmaia@criticalsoftware.com>)
Responses Re: Error accessing PostgreSQL  (Ricardo Maia <rmaia@criticalsoftware.com>)
List pgsql-admin
Ricardo Maia <rmaia@criticalsoftware.com> writes:
> When I am trying to connect to PostgreSQL e get the following error:

> ERROR:  pg_attribute_attrelid_index: cannot extend.  Check free disk space.

While you're trying to *connect*? That's hard to believe.  I would think
only table creation or addition of a column would cause an attempt to
add an entry to pg_attribute_attrelid_index.

> Could it be other problem than disk space?

Hard to tell.  Try updating to a more recent version of Postgres --- in
recent releases (7.0.3 and up), this message includes the specific
kernel error code that's being returned by write().

            regards, tom lane

pgsql-admin by date:

Previous
From: "Rashid N. Achilov"
Date:
Subject: crypt autorization
Next
From: Ricardo Maia
Date:
Subject: Re: Error accessing PostgreSQL