Обсуждение: syntax error at or near ";" at character 41

Поиск
Список
Период
Сортировка

syntax error at or near ";" at character 41

От
"Dan Coleman"
Дата:
I really hope someone can help me with this.  All of a sudden this error
is filling my postgres log.  I restart Postgres and somewhere around a
minute or two these start getting issued.  I have been running this system
for a long time and no changes have been made.  Anyone have an idea where
i can look?
Thank you.

Dan


Re: syntax error at or near ";" at character 41

От
Ian Lea
Дата:
> I really hope someone can help me with this.  All of a sudden this error
> is filling my postgres log.  I restart Postgres and somewhere around a
> minute or two these start getting issued.  I have been running this system
> for a long time and no changes have been made.  Anyone have an idea where
> i can look?

Sounds like something is firing some invalid SQL at your database.
I'd expect the offending SQL to be logged as well but maybe you'll
need to play with the log settings.  log_statement = 'all' will log
all statements.


--
Ian.