From 4a323f97d70dc1554bb3beb9d195b8b2695e8a35 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 3 Oct 2023 11:43:08 -0700 Subject: [PATCH] Mark extension as trusted --- vector.control | 1 + 1 file changed, 1 insertion(+) diff --git a/vector.control b/vector.control index e64157b..8b49d8a 100644 --- a/vector.control +++ b/vector.control @@ -2,3 +2,4 @@ comment = 'vector data type and ivfflat and hnsw access methods' default_version = '0.5.0' module_pathname = '$libdir/vector' relocatable = true +trusted = true