diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index e98fe86052..37b5ccdf13 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -206,7 +206,7 @@ GRANT role_name [, ...] TO ALL - TABLES also affects views and foreign tables, just like the + TABLES also affects views, materialized views and foreign tables, just like the specific-object GRANT command. ALL FUNCTIONS also affects aggregate and window functions, but not procedures, again just like the specific-object GRANT