Re: [May be Spam]Re: Error message

From: "Chad Thompson" <chad(at)weblinkservices(dot)com>
To: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>, "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: [May be Spam]Re: Error message
Date: 2002-10-22 22:44:13
Message-ID: 0a5801c27a1c$8e311710$32021aac@chad
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

THANKS!!!

Chad

----- Original Message -----
From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: "Chad Thompson" <chad(at)weblinkservices(dot)com>
Sent: Tuesday, October 22, 2002 4:36 PM
Subject: [May be Spam]Re: [NOVICE] Error message

> On Tue, 2002-10-22 at 21:52, Chad Thompson wrote:
> > I have a 3rd party software that dumps results to my Postgresql
database.
> > Every so often I get debug information saying ERROR: Relation "lines"
does not exist
> > Obviously this software is querying for lines, which doesnt exist in my
database.
> > Is there anyway to find out what query is being submitted to generate
this error?
>
> Set DEBUG_PRINT_QUERY on in postgresql.conf. This should end queries to
> the log. The query you want should appear just before the error.
>
> --
> Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
> Isle of Wight, UK
> http://www.lfix.co.uk/oliver
> GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
> ========================================
> "But what things were gain to me, those I counted loss
> for Christ." Philippians 3:7
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Erik Price 2002-10-22 22:56:12 Re: Big Picture
Previous Message Doug Gorley 2002-10-22 22:42:55 Re: operating on data from multiple rows?