Skip to content

Commit 3f541a4

Browse files
authored
Fixed 'pq: permission denied for function pg_ls_waldir' on PostgreSQL v16.6. (#1)
Signed-off-by: kakuiho <[email protected]>
1 parent a324fe3 commit 3f541a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ AS
418418
SELECT * FROM get_pg_stat_statements();
419419
420420
GRANT SELECT ON postgres_exporter.pg_stat_statements TO postgres_exporter;
421+
GRANT ALL ON FUNCTION pg_catalog.pg_ls_waldir() TO postgres_exporter;
421422
```
422423

423424
> **NOTE**

0 commit comments

Comments
 (0)