Added query for checking version to readme [skip ci]

This commit is contained in:
Andrew Kane
2023-09-03 02:57:56 -07:00
parent 04312f6638
commit c98c4e13aa

View File

@@ -601,6 +601,12 @@ Install the latest version and run:
ALTER EXTENSION vector UPDATE;
```
You can check the version with:
```sql
SELECT extversion FROM pg_extension WHERE extname = 'vector';
```
## Upgrade Notes
### 0.4.0