ERROR: out of free buffers: time to abort!

From: "Oscar Bogarin Evolution" <oscar(at)evolution(dot)com(dot)py>
To: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: ERROR: out of free buffers: time to abort!
Date: 2004-11-05 14:03:03
Message-ID: 012a01c4c340$2ee158a0$0f0aa8c0@notebookofbe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Este error me sale al querer ejecutar en php un update de postgrest

Warning: pg_exec() query failed: ERROR: out of free buffers: time to abort! in /var/www/html/enganchat/login.php on line 112

Y este es codigo de mi update en la linea 112

$cadSelect = "UPDATE encuentros SET id_operadora = $r_id_operadora WHERE id_encuentro IN $cadUpd";

$result = pg_exec($dbConn, $cadSelect);

=================================================

Sugerencias???

Oscar

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Josué Maldonado 2004-11-05 14:08:32 Re: Doc psqlodbc.dll
Previous Message Estéfano Castillo 2004-11-05 13:57:08 RE: Hola