diff options
| author | 2024-09-06 08:50:31 +0200 | |
|---|---|---|
| committer | 2024-09-06 08:50:31 +0200 | |
| commit | 2cd9130726dec007e856d2c21916e6cd748d0537 (patch) | |
| tree | 4b31663f6ca279a68203bd8aad4e059cf1fb9ef8 /README.md | |
| parent | da13a4b663580a13376f5d15a136c9fb5380d979 (diff) | |
PostgreSQL suggestion of index improvement (#6705)
https://www.postgresql.org/docs/current/sql-createstatistics.html
https://www.postgresql.org/docs/current/sql-analyze.html
Requires PostgreSQL 10+ (which is already EOL - shipped with Ubuntu 18.04, Debian 10 Buster -, so update doc at the same time even when not using it) https://www.postgresql.org/docs/release/10.0/
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ FreshRSS comes with absolutely no warranty. * Required extensions: [cURL](https://www.php.net/curl), [DOM](https://www.php.net/dom), [JSON](https://www.php.net/json), [XML](https://www.php.net/xml), [session](https://www.php.net/session), [ctype](https://www.php.net/ctype) * Recommended extensions: [PDO_SQLite](https://www.php.net/pdo-sqlite) (for export/import), [GMP](https://www.php.net/gmp) (for API access on 32-bit platforms), [IDN](https://www.php.net/intl.idn) (for Internationalized Domain Names), [mbstring](https://www.php.net/mbstring) (for Unicode strings), [iconv](https://www.php.net/iconv) (for charset conversion), [ZIP](https://www.php.net/zip) (for import/export), [zlib](https://www.php.net/zlib) (for compressed feeds) * Extension for database: [PDO_PGSQL](https://www.php.net/pdo-pgsql) or [PDO_SQLite](https://www.php.net/pdo-sqlite) or [PDO_MySQL](https://www.php.net/pdo-mysql) -* PostgreSQL 9.5+ or SQLite or MySQL 5.5.3+ or MariaDB 5.5+ +* PostgreSQL 10+ or SQLite or MySQL 5.5.3+ or MariaDB 5.5+ # [Installation](https://freshrss.github.io/FreshRSS/en/admins/03_Installation.html) |
