Due to a recent hardware failure, we've had to move all our clients to a new server ... under the old server, everyone was running under v7.1.3, but the new server has v7.2.4 on it, so we did a dump/reload of their data, but now they are experiencing problems that a Google search just isn't finding the answer to ... namely, on start up, the following error is being logged to the aolserver log file:
[15/Mar/2003:20:35:15][53566.135335936][-main-] Notice: Querying '
select * from (
select token_id, token
from secret_tokens
sample(15)
) where rownum < '100';'
[15/Mar/2003:20:35:15][53566.135335936][-main-] Error: Ns_PgExec: result status: 7 message: ERROR: parser: parse error at or near "15"
for the life of me, I can't find where sample() is defined anywhere, either as a CREATE FUNCTION, or in the PostgreSQL 7.1 docs ... this is causing the security stuff to fail to initialize, so that the site is essentially down right now ...
The OpenACS installation is an OpenACS 4.x from April(ish) of last year ...
Help?
Thanks ...