> 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. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin