On Wed, Jun 30, 2004 at 09:13:33AM +0200, Carlos Ojea Castro wrote:
> >Easiest way to find out may be to run your code in the debugger. That
> >should halt execution at the point of failure if it's a memory protection
> >violation.
> >
> >I have no idea where your log would be if you're using Windows, sorry!
> >
> I am using LINUX ! (debian woody)
Good... Have you tried running your program in a debugger yet? It ought
to tell you whether this is a client-side crash or a server-side error
message. Another thing you could try is to execute your queries manually
from psql, the command-line query interface.
Jeroen