Re: Inserting NULL value into date datatype

From: smittybroham(at)hotmail(dot)com (Smitty)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Inserting NULL value into date datatype
Date: 2004-05-14 17:59:49
Message-ID: fa089036.0405140959.511d0b78@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nevermind. Apparently from the psql command line the string NULL is
interpreted correctly as a NULL value, but from the DBI interface I'm
using, it is not translated correctly as a NULL value, but rather the
string 'NULL'.

I'll try using UNDEF instead.

Browse pgsql-general by date

  From Date Subject
Next Message Mike Rylander 2004-05-14 18:04:20 Re: [HACKERS] MERGE-esque Functionallity (was: Adding MERGE to the TODO list (resend with subject))
Previous Message Gregory S. Williamson 2004-05-14 17:48:33 Re: dbmirror