Add missing command for pg_maintain in comment

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 102de3be73345a8de443355e055c10762b08cc4c
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-09-30T22:01:32Z
Releases: 18.0
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 <btsugieyuusuke@oss.nttdata.com>
Reviewed-by: Yugo Nagata <nagata@sraoss.co.jp>
Discussion: https://postgr.es/m/034d3c60f5daba1919cd90f236b2e22d@oss.nttdata.com

Files

PathChange+/−
src/backend/catalog/aclchk.c modified +1 −1

Discussion