PostgreSQL - Mailing list pgsql-bugs

From Om Computer & Software S.R.L.
Subject PostgreSQL
Date
Msg-id 000001c2b890$b0b6b300$0301a8c0@paul
Whole thread Raw
Responses Re: PostgreSQL  (Robert Hentosh <hentosh@io.com>)
List pgsql-bugs
When inserting a row into a table, if there is a varchar column and if
in that column the value to be inserted is a zero length string (like
''), then instead of writing a null value, PostgreSQL writes that zero
length string. We are able to do this with delphi which generates such
sql insert phrases. We contacted Borland, but there was no answer. I
don't know if this is a bug, but I'm sure that inserting a null value
instead of a zero length string would help us a lot.

pgsql-bugs by date:

Previous
From: Dan Wright
Date:
Subject: Re: Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile
Next
From: Florian Wunderlich
Date:
Subject: Re: Bug #866: Cursor scrolling broken in 7.3.1 (works in 7.2.1)