Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2021-05-03 17:05:02 -07:00
parent 7b3d0f2595
commit 31a953f8db

View File

@@ -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