[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Postgres 8.3
- Subject: Postgres 8.3
- From: "David A. Bandel" <..hidden..>
- Date: Sat, 9 Feb 2008 09:17:45 -0500
Folks,
After updating my Debian system, I found I had to make the following change in:
LedgerSMB/Session/DB.pm
from:
$dbh->prepare("SELECT nextval('session_session_id_seq'), md5(random());");
to:
$dbh->prepare("SELECT nextval('session_session_id_seq'),
md5(random()::text);");
Sorry if this has been reported before -- been too busy to follow the
list lately.
David A. Bandel
--
Focus on the dream, not the competition.
- Nemesis Air Racing Team motto