From: | Chris Leahy <cleahy(at)mystrata(dot)com(dot)au> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Error log fillingup |
Date: | 2009-09-09 08:27:25 |
Message-ID: | 1252484845.3326.21.camel@kent |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi All
I'm running postgreSQL 7.3 on 2 installations, both with the same
problem.
The error logs for both installations are filling up with the following;
ESTERROR: 42703: column "options" does not exist
ESTLOCATION: transformColumnRef, parse_expr.c: 396
ESTSTATEMENT: select @@options
This has become a real nuisance.
I have not defined a table 'options' and non of the tables I have
defined have a column called 'options'.
I am not aware of this call being made, but it is filling up the error
logs at an alarming rate.
All connections to the databases are through unixODBC.
I hope someone can shine some light on this problem. It would have to
be affecting the performance of the DB.
The DB's have been running for a few years and appear to be stable.
Just this error reoccurring.
My concern is that it could mask a real error when it happens.
Many thanks ;-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrus | 2009-09-09 08:49:29 | Re: pg_dump exists without any message when running from windows task scheduler |
Previous Message | Alexandr Varlamov | 2009-09-09 07:08:17 | warm standby sheme and postgres service stoping |