New function to free the database result set.
authorarjen <arjen>
Sat, 4 Jun 2005 07:16:49 +0000 (07:16 +0000)
committerarjen <arjen>
Sat, 4 Jun 2005 07:16:49 +0000 (07:16 +0000)
src/phpclasses/db.postgres.php

index bbe7234..c8e3370 100644 (file)
        return $this->db_result;
     }
 
+    function Free($result)
+    {
+       pg_free_result($result);
+    }
+
     function fetch_row($result = 0)
     {