Merge pull request #13 from tatsuo-ishii/README_fix

Mention that pg_ivm is compatible with PostgreSQL 13 in addition to 
PostgreSQL 14.
This commit is contained in:
Yugo Nagata 2022-06-13 09:35:48 +09:00 committed by GitHub
commit a37de7aa7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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