Mention that pg_ivm is compatible with PostgreSQL 13 in addition to PostgreSQL 14.

This commit is contained in:
Tatsuo Ishii 2022-06-11 18:57:14 +09:00
parent 9719ed644d
commit 7868c7b923

View file

@ -2,7 +2,7 @@
The `pg_ivm` module provides Incremental View Maintenance (IVM) feature for PostgreSQL.
The extension is compatible with PostgreSQL 14.
The extension is compatible with PostgreSQL 13 and 14.
## Description