Re: : query using kylix (delphi) - Mailing list pgsql-interfaces

From Darko Prenosil
Subject Re: : query using kylix (delphi)
Date
Msg-id 007001c45e02$811e03f0$1e82bfd5@darko
Whole thread Raw
In response to : can only make queries to one table  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
List pgsql-interfaces
If You are using windows port of PostgreSQL server, log should be in event
viewer I think. If it is linux or derivate, it should be in
your postgresql data directory or in /var/log. It is usually called
serverlog or postgresql.
However if the program continues execution after reporting error , and do
not crash - it is probably not a segmentation fault, but server access
violation.

Regards !


----- Original Message ----- 
From: "Jeroen T. Vermeulen" <jtv@xs4all.nl>
To: "Carlos Ojea Castro" <carlosojea@leveltelecom.es>
Cc: <pgsql-interfaces@postgresql.org>
Sent: Tuesday, June 29, 2004 7:07 PM
Subject: Re: [INTERFACES]: query using kylix (delphi)


> On Tue, Jun 29, 2004 at 05:30:38PM +0200, Carlos Ojea Castro wrote:
>  
> > I am not sure. Where could I take a look at postgresql server log?
> 
> 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!
> 
> 
> Jeroen
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> 



pgsql-interfaces by date:

Previous
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: : query using kylix (delphi)
Next
From: "Alastair Bell" Turner ""
Date:
Subject: SPI problem