"NOT NULL" field

Поиск
Список
Период
Сортировка
От tövis
Тема "NOT NULL" field
Дата
Msg-id 001401c55fdb$ac72fa20$3401a8c0@mainxp
обсуждение исходный текст
Ответы Re: "NOT NULL" field  (Jaime Casanova <systemguards@gmail.com>)
Список pgsql-novice
Hi everybody!
I'm using PostgreSQL 7.4.7 on Debian Testing (Kernel 2.4.27 SMP) with winXP application (Clarion 6.1 RAD) through ODBC Unicode 3.0(?) Beta.
Currently I'm converting my existing database and realize that "NOT NULL" seem to be is not enough! - server accepting NULL value?
This is the fragment of the definition. What is wrong?
 
CREATE TABLE nod
(
 aid     serial CONSTRAINT nod_key PRIMARY KEY NOT NULL,
 num     INTEGER NOT NULL,
....
);
 
Tovis
 

В списке pgsql-novice по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: postgres files in windows xp
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: "NOT NULL" field