diff --git a/code/PostgreSQLQuery.php b/code/PostgreSQLQuery.php index a6f7061..67eb9be 100644 --- a/code/PostgreSQLQuery.php +++ b/code/PostgreSQLQuery.php @@ -36,7 +36,8 @@ class PostgreSQLQuery extends Query public function seek($row) { - return pg_result_seek($this->handle, $row); + pg_result_seek($this->handle, $row); + return pg_fetch_row($this->handle); } public function numRecords()