Logging database and statement with errors

Started by CSNabout 22 years ago2 messagesgeneral
Jump to latest
#1CSN
cool_screen_name90001@yahoo.com

I'm getting a bunch of these in my log:

2003-11-22 21:00:00 ERROR: syntax error at or near
"s" at character 87

I think there might be an unescaped ' getting through.
Is there a way to have the database and statement show
up along with the error? log_statements appears to log
every statement.

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

#2Bruce Momjian
bruce@momjian.us
In reply to: CSN (#1)
Re: Logging database and statement with errors

CSN wrote:

I'm getting a bunch of these in my log:

2003-11-22 21:00:00 ERROR: syntax error at or near
"s" at character 87

I think there might be an unescaped ' getting through.
Is there a way to have the database and statement show
up along with the error? log_statements appears to log
every statement.

Sure, Does your version have log_min_error_statement? If so, just set
it to 'error' in postgresql.conf, pg_ctl reload, and you should see the
statements.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073