Add GRANT EXECUTE ON FUNCTION
This commit is contained in:
parent
80c185eaac
commit
6bea242750
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue