Add missing command for pg_maintain in comment The comment in pg_class_aclmask_ext() which lists the allowed commands for the pg_maintain role lacked LOCK TABLE.
Reported-by: Yusuke Sugie <[email protected]> Reviewed-by: Yugo Nagata <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/102de3be73345a8de443355e055c10762b08cc4c Modified Files -------------- src/backend/catalog/aclchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
