Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-01-13 10:30:34 -08:00
parent b1ffe2d4d3
commit ca9d4ed82a

View File

@@ -288,7 +288,7 @@ ALTER EXTENSION vector UPDATE;
### 0.4.0
For Postgres < 13, remove this line from `sql/vector--0.3.2--0.4.0.sql`:
If upgrading with Postgres < 13, remove this line from `sql/vector--0.3.2--0.4.0.sql`:
```sql
ALTER TYPE vector SET (STORAGE = extended);