MOVE in SQL vs PLPGSQL

From: andrew(at)pillette(dot)com
To: pgsql-sql(at)postgresql(dot)org
Subject: MOVE in SQL vs PLPGSQL
Date: 2005-10-03 20:57:15
Message-ID: 200510032057.j93KvFF28447@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message gurkan 2005-10-03 22:08:30 regular expression
Previous Message Jaime Casanova 2005-10-03 19:21:42 Re: combination of function to simple query makes query slow