Improved upgrading docs - #339 [skip ci]

This commit is contained in:
Andrew Kane
2023-11-03 16:15:06 -07:00
parent 154207bc17
commit 3d8c1921aa

View File

@@ -627,7 +627,7 @@ pgvector is available on [these providers](https://github.com/pgvector/pgvector/
## Upgrading
Install the latest version. Then in each database you want to upgrade, run:
[Install](#installation) the latest version (use the same method as the original installation). Then in each database you want to upgrade, run:
```sql
ALTER EXTENSION vector UPDATE;