"David E. Wheeler" <david(at)kineticode(dot)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