NOTICE: Unrecognized variable query_limit
Hello!
I run pgsql on one host just to host phorum (excellent php-based forum
package - www.phorum.org) and today I noticed this in errlog:
NOTICE: Unrecognized variable query_limit
Since I only use phorum there I checked with grep if phorum tries to use
some unknown commands, but couldn't find it.
Any idea?
Thanks in advance.
Tomaz
p.s.
I use pgsql 7.0.2 installed from FreeBSD ports and Phorum 3.1.2.
----
Tomaz Borstnar <tomaz.borstnar@over.net>
"Love is the answer to the final question you ask" - Unknown
Tomaz Borstnar <tomaz.borstnar@over.net> writes:
NOTICE: Unrecognized variable query_limit
I use pgsql 7.0.2 installed from FreeBSD ports and Phorum 3.1.2.
query_limit existed for a *very* short time before being replaced
by the LIMIT clause in SELECT statements. Sounds like Phorum needs
an update.
regards, tom lane