From 8f685842fce6c912568c215f645b01b7fc73c647 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 30 Jan 2000 06:05:07 +0000 Subject: postgres 6.5 finally supports decimal(10,2) --- htdocs/docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/docs/install.html') diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 5a4d1b2d7..574ab91e4 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -8,7 +8,7 @@ Before installing, you need:
  • A web server, such as Apache-SSL or Apache
  • SSH
  • Perl (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.) -
  • A database engine supported by Perl's DBI, such as MySQL or PostgreSQL (see the PostgreSQL notes) +
  • A database engine supported by Perl's DBI, such as MySQL or PostgreSQL (verstion 6.5 or higher) (see the PostgreSQL notes)
  • Perl modules (CPAN will query, download and build perl modules automatically)