docs(tools/alloydbainl): only require psv installation when needed

This commit is contained in:
Yuan Teoh
2026-01-08 15:26:31 -08:00
parent 41b518b955
commit 6f342a1e72

View File

@@ -91,8 +91,8 @@ visible to the LLM.
https://cloud.google.com/alloydb/docs/parameterized-secure-views-overview
{{< notice tip >}} Make sure to enable the `parameterized_views` extension
before running this tool. You can do so by running this command in the AlloyDB
studio:
to utilize PSV feature with this tool. You can do so by running this command in
the AlloyDB studio:
```sql
CREATE EXTENSION IF NOT EXISTS parameterized_views;