Strange Error on Table Creation Attempt - Mailing list pgsql-novice

From
Subject Strange Error on Table Creation Attempt
Date
Msg-id 20050802175446.28156.qmail@web33309.mail.mud.yahoo.com
Whole thread Raw
In response to boolean or int2  (<operationsengineer1@yahoo.com>)
Responses Re: Strange Error on Table Creation Attempt  (Jeffrey Melloy <jmelloy@visualdistortion.org>)
List pgsql-novice
i received the following...

SQL error:
ERROR:  cannot extend t_inspection_inspection_id_seq:
No space left on device.
        Check free disk space.

In statement:
CREATE TABLE "t_inspection" ("inspection_id" SERIAL
NOT NULL, "inspection_timestamp" timestamp without
time zone NOT NULL, "inspector_id" integer NOT NULL,
"serial_number_id" integer NOT NULL, "inspect_area_id"
integer NOT NULL, "inspect_result" boolean NOT NULL,
"inspection_notes" character varying,
"product_revision" character varying(3) NOT NULL)
WITHOUT OIDS

...after i tried to create a table.

does anyone have any ideas how to proceed?

tia...



____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


pgsql-novice by date:

Previous
From:
Date:
Subject: boolean or int2
Next
From: Jeffrey Melloy
Date:
Subject: Re: Strange Error on Table Creation Attempt