diff options
| author | 2024-09-06 08:50:31 +0200 | |
|---|---|---|
| committer | 2024-09-06 08:50:31 +0200 | |
| commit | 2cd9130726dec007e856d2c21916e6cd748d0537 (patch) | |
| tree | 4b31663f6ca279a68203bd8aad4e059cf1fb9ef8 /README.fr.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.fr.md')
| -rw-r--r-- | README.fr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.fr.md b/README.fr.md index 1f4882413..ca9b6bc06 100644 --- a/README.fr.md +++ b/README.fr.md @@ -66,7 +66,7 @@ FreshRSS n’est fourni avec aucune garantie. * Extensions requises : [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) * Extensions recommandées : [PDO_SQLite](https://www.php.net/pdo-sqlite) (pour l’export/import), [GMP](https://www.php.net/gmp) (pour accès API sur plateformes < 64 bits), [IDN](https://www.php.net/intl.idn) (pour les noms de domaines internationalisés), [mbstring](https://www.php.net/mbstring) (pour le texte Unicode), [iconv](https://www.php.net/iconv) (pour conversion d’encodages), [ZIP](https://www.php.net/zip) (pour import/export), [zlib](https://www.php.net/zlib) (pour les flux compressés) * Extension pour base de données : [PDO_PGSQL](https://www.php.net/pdo-pgsql) ou [PDO_SQLite](https://www.php.net/pdo-sqlite) ou [PDO_MySQL](https://www.php.net/pdo-mysql) -* PostgreSQL 9.5+ ou SQLite ou MySQL 5.5.3+ ou MariaDB 5.5+ +* PostgreSQL 10+ ou SQLite ou MySQL 5.5.3+ ou MariaDB 5.5+ # [Installation](https://freshrss.github.io/FreshRSS/fr/users/01_Installation.html) |
