Strange Error on Table Creation Attempt

Поиск
Список
Период
Сортировка
От
Тема Strange Error on Table Creation Attempt
Дата
Msg-id 20050802175446.28156.qmail@web33309.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на boolean or int2  (<operationsengineer1@yahoo.com>)
Ответы Re: Strange Error on Table Creation Attempt  (Jeffrey Melloy <jmelloy@visualdistortion.org>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: boolean or int2
Следующее
От: Jeffrey Melloy
Дата:
Сообщение: Re: Strange Error on Table Creation Attempt