docs: require PostgreSQL 7.4 or later

This commit is contained in:
kenjis 2023-05-17 19:24:42 +09:00
parent 862c333b7b
commit 52ac307e17
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -50,7 +50,7 @@ A database is required for most web application programming.
Currently supported databases are: Currently supported databases are:
- MySQL via the ``MySQLi`` driver (version 5.1 and above only) - MySQL via the ``MySQLi`` driver (version 5.1 and above only)
- PostgreSQL via the ``Postgre`` driver - PostgreSQL via the ``Postgre`` driver (version 7.4 and above only)
- SQLite3 via the ``SQLite3`` driver - SQLite3 via the ``SQLite3`` driver
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2005 and above only) - Microsoft SQL Server via the ``SQLSRV`` driver (version 2005 and above only)
- Oracle Database via the ``OCI8`` driver (version 12.1 and above only) - Oracle Database via the ``OCI8`` driver (version 12.1 and above only)