Skip to content

Commit 6bea242

Browse files
committed
Add GRANT EXECUTE ON FUNCTION
1 parent 80c185e commit 6bea242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pgstattuple/pgstattuple.sql.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ CREATE TYPE pgstattuple_type AS (
1414
CREATE OR REPLACE FUNCTION pgstattuple(text) RETURNS pgstattuple_type
1515
AS 'MODULE_PATHNAME', 'pgstattuple'
1616
LANGUAGE 'c' WITH (isstrict);
17+
GRANT EXECUTE ON FUNCTION pgstattuple(text) TO PUBLIC;

0 commit comments

Comments
 (0)