Re: When is a record NULL? - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: When is a record NULL?
Date
Msg-id 4A6AE95B0200002500028D34@gw.wicourts.gov
Whole thread Raw
In response to Re: When is a record NULL?  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> wrote: 
> So when it gets to that second row in the first cursor, it doesn't  
> know it's a row with NULLs as opposed to an empty row.
> there ought to be an easy way to tell the difference. :-(
I would have thought that the correct thing is to check SQLSTATE for
'02000'.  I can't see how PostgreSQL allows this, however.  :-(
-Kevin


pgsql-hackers by date:

Previous
From: "A.M."
Date:
Subject: Re: SE-PostgreSQL Specifications
Next
From: Jeff Davis
Date:
Subject: Re: When is a record NULL?