Initial commit: PostgreSQL 17.10 with pgvector, pg_trgm

This commit is contained in:
nkozobrod
2026-07-04 07:13:57 +00:00
commit 875d072554
3 changed files with 38 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
-- Enable extensions
CREATE EXTENSION IF NOT EXISTS vector;
CREATE EXTENSION IF NOT EXISTS pg_trgm;