Merge pull request #6494 from rxu/ticket/17148-master

[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - master
This commit is contained in:
Marc Alexander 2023-06-26 13:17:08 +02:00
commit a9ba897f6c
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -141,13 +141,13 @@
<ul> <ul>
<li>MySQL 4.1.3 or above (MySQLi required)</li> <li>MySQL 4.1.3 or above (MySQLi required)</li>
<li>MariaDB 5.1 or above</li> <li>MariaDB 5.1 or above</li>
<li>PostgreSQL 8.3+</li> <li>PostgreSQL 9.4+</li>
<li>SQLite 3.6.15+</li> <li>SQLite 3.6.15+</li>
<li>MS SQL Server 2000 or above (via ODBC or the native adapter)</li> <li>MS SQL Server 2000 or above (via ODBC or the native adapter)</li>
<li>Oracle</li> <li>Oracle</li>
</ul> </ul>
</li> </li>
<li><strong>PHP 7.3.0+</strong> up to and including <strong>PHP 8.1</strong> with support for the database you intend to use.</li> <li><strong>PHP 7.3.0+</strong> up to and including <strong>PHP 8.2</strong> with support for the database you intend to use.</li>
<li>The following PHP modules are required: <li>The following PHP modules are required:
<ul> <ul>
<li>json</li> <li>json</li>