Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6bea242

Browse files
committed
Add GRANT EXECUTE ON FUNCTION
1 parent80c185e commit6bea242

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)

[8]ページ先頭

©2009-2025 Movatter.jp