Re: MOVE in SQL vs PLPGSQL

From: Richard Huxton <dev(at)archonet(dot)com>
To: andrew(at)pillette(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: MOVE in SQL vs PLPGSQL
Date: 2005-10-05 08:18:39
Message-ID: 43438C5F.9070502@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

andrew(at)pillette(dot)com wrote:
> I can't find a good way to skip over a large number of records in
> PLPGSQL (I want to fast-forward and I don't need the I/O of reading
> and throwing away hundreds of records.) In SQL, I could just use
> MOVE. That doesn't appear to be supported in PLPGSQL?! Help?

Andrew - your question doesn't seem to make sense - can you give some
more details? Are you having some problem with cursors in plpgsql?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2005-10-05 08:20:50 Re: creating postgres tables by passing a string to function
Previous Message Michael Fuhr 2005-10-05 05:56:05 Re: regular expression