Hello,
I don't speak english, I'm sorry
My example:
$connection = pg_connect("", "", "", "users");
$query = pg_exec($connection, "INSERT INTO login VALUES ( '$userindex', '$uname',
'$password', '1')");
$result = pg_exec ($connection, "select * from login");
$num = pgNumRows($result);
for($i =
Would you mind posting the actual error text along with PGDATA settings?
Adrian Urquhart wrote:
>
> I've created a trigger, which calls a procedure written in plpgsql,
> The trgiger is called on INSERT on a table. However, when I try to do
> an insert on the table, using psql, I get a message sa
Jeffrey wrote:
>
> Out of memory!
Looks like you might possibly be using Apache?
http://perl.apache.org/guide/troubleshooting.html#Out_of_memory_