"Jose" <[EMAIL PROTECTED]> writes:
>   I'm working with PostgreSQL 7.2 on Linux Red hat 7.3 and when I try to
> create an object in the database, using PGAdmin or psql, I get this error.
>   create index pp_key on pp (p1) ;
>   Error: -2147467259  can not create object : no space left on device.

This error is not coming from Postgres: the string 'can not create
object' does not appear anywhere in the PG source code.  Nor does the
format of the message match anything in Postgres -- we don't use error
numbers.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to