Skip to content
Snippets Groups Projects
Commit 6bea2427 authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Add GRANT EXECUTE ON FUNCTION

parent 80c185ea
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,4 @@ CREATE TYPE pgstattuple_type AS (
CREATE OR REPLACE FUNCTION pgstattuple(text) RETURNS pgstattuple_type
AS 'MODULE_PATHNAME', 'pgstattuple'
LANGUAGE 'c' WITH (isstrict);
GRANT EXECUTE ON FUNCTION pgstattuple(text) TO PUBLIC;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment