supabase / splinter

Supabase Postgres Linter
https://supabase.github.io/splinter/
68 stars 6 forks source link

Document that search_path should be empty for functions #69

Closed olirice closed 2 months ago

olirice commented 2 months ago

What kind of change does this PR introduce?

Currently, we show examples that the search_path should be search_path='' but only document that the search path should be a constant value. This PR updates the docs to specify that the search_path must be an empty string to clear the lint warning.