Re: [GENERAL] PHP-Postgres link

2000-04-11 Thread Serj MD
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 =

Re: [GENERAL] Can't load plpgsql.so error

2000-04-11 Thread Ed Loehr
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

Re: [GENERAL] Out of Memory Errors

2000-04-11 Thread Ed Loehr
Jeffrey wrote: > > Out of memory! Looks like you might possibly be using Apache? http://perl.apache.org/guide/troubleshooting.html#Out_of_memory_