Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.81 KB

File metadata and controls

39 lines (34 loc) · 1.81 KB

pgvector binary compile, Microsoft Windows x64, PostgreSQL


***** Unofficial release *****
See releases for available version and read the wiki

How to's v0.8.x:
1. Check readme.txt (inside archive)

How to's v0.7.3, v0.7.4:
1. Extracted zip file to "[pg_installed folder]\share\extension\"
2. Activate extension with create extension vector
Screenshot made with Navicat Premium

3. Run this query to check if the extension is enable (t)
SELECT extname,extrelocatable,extversion FROM pg_extension where extname='vector'
Screenshot made with Navicat Premium


Contributor compiler: vjivandro (v0.7.3, v0.7.4), andreiramani (v0.8.0 - v0.8.3)