Re: ACL_MAINTAIN, Lack of comment content
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: btsugieyuusuke <btsugieyuusuke@oss.nttdata.com>, Pgsql Hackers
<pgsql-hackers@lists.postgresql.org>
Date: 2024-09-30T10:38:35Z
Lists: pgsql-hackers
On Mon, 30 Sep 2024 11:40:29 +0200 Daniel Gustafsson <daniel@yesql.se> wrote: > - * MATERIALIZED VIEW, and REINDEX on all relations. > + * MATERIALIZED VIEW, REINDEX and LOCK TABLE on all relations. Should we put a comma between REINDEX and "and" as following? "... MATERIALIZED VIEW, REINDEX, and LOCK TABLE on all relations." Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
Commits
-
Add missing command for pg_maintain in comment
- 102de3be7334 18.0 landed