NOT NULL and postgres 6.5.2 - Mailing list pgsql-sql

From Stephan Bauer
Subject NOT NULL and postgres 6.5.2
Date
Msg-id 3808BF7A.A83120D5@gmx.de
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Ivanko Alexandr
Date:
Subject: help
Next
From: "Oliver Elphick"
Date:
Subject: Re: [SQL] NOT NULL and postgres 6.5.2