diff --git a/README.md b/README.md index 19554c0..2327faf 100644 --- a/README.md +++ b/README.md @@ -104,14 +104,6 @@ SELECT ... COMMIT; ``` -### Partial Indexes - -Consider [partial indexes](https://www.postgresql.org/docs/current/indexes-partial.html) for queries with a `WHERE` clause - -```sql -CREATE INDEX ON table USING ivfflat (column) WHERE (condition = true); -``` - ## Reference ### Vector Type