From 5a005676da70be95b6b60e142e5a14ea69f344cc Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 11 Mar 2024 21:35:10 +0100 Subject: [PATCH] Update _bootstrapStandalone.tpl --- .../common/templates/lib/cnpg/cluster/_bootstrapStandalone.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/common/templates/lib/cnpg/cluster/_bootstrapStandalone.tpl b/library/common/templates/lib/cnpg/cluster/_bootstrapStandalone.tpl index ad7b5e54..99eb2408 100644 --- a/library/common/templates/lib/cnpg/cluster/_bootstrapStandalone.tpl +++ b/library/common/templates/lib/cnpg/cluster/_bootstrapStandalone.tpl @@ -30,8 +30,7 @@ {{- if eq $objectData.type "vectors" -}} {{- $postInitApplicationSQL = concat $postInitApplicationSQL (list - "CREATE EXTENSION IF NOT EXISTS vectors;" - "GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;") -}} + "CREATE EXTENSION IF NOT EXISTS vectors;") -}} {{- end -}} {{- if $objectData.cluster.initdb -}}