|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2003-01-08 17:19 UTC] kalowsky@php.net
  [2003-01-10 04:44 UTC] jkkn at tv2 dot dk
  [2003-02-14 05:02 UTC] mj@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 16:00:01 2025 UTC | 
Patch below fixes the problem: --- pgsql.php Thu Jan 2 10:32:58 2003 +++ pgsql.php.fixed Thu Jan 2 10:32:47 2003 @@ -700,7 +700,7 @@ // table without a resultset if (is_string($result)) { - $id = pg_exec($this->connection,"SELECT * FROM $result"); + $id = pg_exec($this->connection,"SELECT * FROM $result LIMIT 0"); if (empty($id)) { return $this->pgsqlRaiseError(); }