This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit a4ece882be877e23ae3e1ea3981b39e43788d40e Author: echonesis <[email protected]> AuthorDate: Fri Jun 26 18:02:00 2026 +0800 Correct grammar in rules.sgml Correct grammar in rules.sgml based on code review comments. --- doc/src/sgml/rules.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index cc7d3b84fad..8d85d1e2afc 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -1260,7 +1260,7 @@ Time: 13.068 ms <para> In the previous example, a unique index "mv_ivm_index" is created on aid and bid columns of materialized view "mv_ivm", and this enables the rapid update of the view. - Dropping this index make updating the view take a longer time. + Dropping this index makes updating the view take a longer time. <programlisting> test=# DROP INDEX mv_ivm_index; DROP INDEX --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
