NOTICE: Unrecognized variable query_limit

Started by Tomaz Borstnarover 25 years ago2 messagesgeneral
Jump to latest
#1Tomaz Borstnar
tomaz.borstnar@over.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tomaz Borstnar (#1)
Re: NOTICE: Unrecognized variable query_limit

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