Strange Error on Table Creation Attempt

From: <operationsengineer1(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Strange Error on Table Creation Attempt
Date: 2005-08-02 17:54:45
Message-ID: 20050802175446.28156.qmail@web33309.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jeffrey Melloy 2005-08-02 18:34:28 Re: Strange Error on Table Creation Attempt
Previous Message operationsengineer1 2005-08-02 17:31:17 boolean or int2