Re: Postgresql error from interface - Mailing list pgsql-general

From Tom Lane
Subject Re: Postgresql error from interface
Date
Msg-id 9712.1269279920@sss.pgh.pa.us
Whole thread Raw
In response to Postgresql error from interface  ("Bob Pawley" <rjpawley@shaw.ca>)
List pgsql-general
"Bob Pawley" <rjpawley@shaw.ca> writes:
> I have an interface (Delphi) for my Postgresql database, that is telling me that I have an inconsistancy between one
ofthe Postgresql triggers and a Postgresql table. The problem for me is - the message doesn't give me enough
informationto determine which trigger has the error. 

> Is there some way of doing an overall search without having to search each trigger individually??

You could try looking in the postmaster log to see if there's any more
information in the underlying Postgres error message(s).

            regards, tom lane

pgsql-general by date:

Previous
From: "Bob Pawley"
Date:
Subject: Postgresql error from interface
Next
From: Chris Barnes
Date:
Subject: Re: Create a function that updates the record with and timestamps