error logging

From: Alex Howansky <alex(at)wankwood(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: error logging
Date: 2001-03-15 23:05:59
Message-ID: Pine.LNX.4.30.0103151649490.5026-100000@net-srv-0001.bvrd.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I can't seem to find any docs that indicate what the different postmaster debug
levels mean. I'm getting entries about syntax errors in my queries:

ERROR: parser: parse error at or near "s"

This alone is a pretty useless message and isn't going to help me find that one
bad line of code. Is there a debug level that will only output the text of the
queries if they fail? Level 1 doesn't give me any queries, and level 2 gives me
all of them...

--
Alex Howansky
Wankwood Associates
http://www.wankwood.com/

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2001-03-16 01:24:43 RE: How to read/write multibyte to database
Previous Message Alexander Jerusalem 2001-03-15 22:58:30 Re: Re: Re: LIKE and indexes?