We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d8cd2 commit 0c37c0bCopy full SHA for 0c37c0b
README.md
@@ -201,8 +201,8 @@ installation's bin/ directory path. For example:
201
PATH=/usr/local/pgsql/bin/:$PATH make
202
sudo PATH=/usr/local/pgsql/bin/:$PATH make install
203
204
-**Note.** cstore_fdw requires PostgreSQL 9.3 or 9.4. It doesn't support earlier
205
-versions of PostgreSQL.
+**Note.** postgres_vectorization_test requires PostgreSQL 9.3. It doesn't support
+other versions of PostgreSQL.
206
207
Before using cstore\_fdw, you also need to add it to ```shared_preload_libraries```
208
in your ```postgresql.conf``` and restart Postgres:
0 commit comments