We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c185e commit 6bea242Copy full SHA for 6bea242
contrib/pgstattuple/pgstattuple.sql.in
@@ -14,3 +14,4 @@ CREATE TYPE pgstattuple_type AS (
14
CREATE OR REPLACE FUNCTION pgstattuple(text) RETURNS pgstattuple_type
15
AS 'MODULE_PATHNAME', 'pgstattuple'
16
LANGUAGE 'c' WITH (isstrict);
17
+GRANT EXECUTE ON FUNCTION pgstattuple(text) TO PUBLIC;
0 commit comments