Re: When is a record NULL?

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: When is a record NULL?
Date: 2009-07-26 23:26:56
Message-ID: 20090726232656.GW5407@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 26, 2009 at 03:46:19PM -0700, David E. Wheeler wrote:
> And something I'd like to be able to handle in a while loop, as I'm
> actually fetching one row at a time from two cursors and need to be
> able to tell when I've reached the end of a cursor.

I'm sure I'm missing something obvious, but why doesn't the "FOUND"
magic variable tell you what you want?

--
Sam http://samason.me.uk/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-07-26 23:40:35 Re: generic explain options v3
Previous Message Eric B. Ridge 2009-07-26 23:02:53 Re: When is a record NULL?