NOT NULL and postgres 6.5.2

Поиск
Список
Период
Сортировка
От Stephan Bauer
Тема NOT NULL and postgres 6.5.2
Дата
Msg-id 3808BF7A.A83120D5@gmx.de
обсуждение исходный текст
Ответы Re: [SQL] NOT NULL and postgres 6.5.2  ("Oliver Elphick" <olly@lfix.co.uk>)
Re: [SQL] NOT NULL and postgres 6.5.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hello all,

I have an table like this:

CREATE TABLE anzeigen (
...
       name                    varchar(30) NOT NULL,
...
);

The following statement _will_ be inserted:

INSERT INTO anzeigen ( ... name ...) 
VALUES ( ..., '', ...);

What is my problem?

Thanks in advance

Stephan Bauer


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

Предыдущее
От: Ivanko Alexandr
Дата:
Сообщение: help
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [SQL] NOT NULL and postgres 6.5.2