Method Postgres.postgres_result()->seek() class Postgres.postgres_result Method seek void seek(int howmuch) Description Moves the result cursor (ahead or backwards) the specified number of rows. Notice that when you fetch a row, the cursor is automatically moved forward one slot.