library · inferred from evidence
vector
A Postgres extension installed in the `extensions` schema, enabling vector operations.
- Supabase pgvector triggers Function Search Path Mutable security warning
Supabase's Security Advisor flagged user functions that use pgvector distance operators with a "Function Search Path Mutable" warning. Because the `vector` extension is installed in the `extensions` schema, a mutable search_path lets the `<
- Supabase pgvector match function: operator does not exist (extensions schema)
Replicating the Clippy (Supabase docs) search on a personal Supabase project failed when calling the `match_page_sections` Postgres function with "operator does not exist". Reporters on self-hosted and hosted projects hit this when the `vec