Skip to content

Commit a4ece88

Browse files
echonesistuhaihe
authored andcommitted
Correct grammar in rules.sgml
Correct grammar in rules.sgml based on code review comments.
1 parent a3236b6 commit a4ece88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/src/sgml/rules.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ Time: 13.068 ms
12601260
<para>
12611261
In the previous example, a unique index "mv_ivm_index" is created on aid and bid
12621262
columns of materialized view "mv_ivm", and this enables the rapid update of the view.
1263-
Dropping this index make updating the view take a longer time.
1263+
Dropping this index makes updating the view take a longer time.
12641264
<programlisting>
12651265
test=# DROP INDEX mv_ivm_index;
12661266
DROP INDEX

0 commit comments

Comments
 (0)