@@ -751,7 +751,7 @@ Add per-table GRANT permission MAINTAIN to control maintenance operations (Natha
751
751
</para>
752
752
753
753
<para>
754
- The operations are VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZE VIEW, CLUSTER, and LOCK TABLE.
754
+ The operations are VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZED VIEW, CLUSTER, and LOCK TABLE.
755
755
</para>
756
756
</listitem>
757
757
@@ -766,7 +766,7 @@ Add user-grantable role pg_maintain to control maintenance operations (Nathan Bo
766
766
</para>
767
767
768
768
<para>
769
- The operations are VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZE VIEW, CLUSTER, and LOCK TABLE.
769
+ The operations are VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZED VIEW, CLUSTER, and LOCK TABLE.
770
770
</para>
771
771
</listitem>
772
772
@@ -777,7 +777,7 @@ Author: Nathan Bossart <nathan@postgresql.org>
777
777
778
778
<listitem>
779
779
<para>
780
- Allow roles with pg_monitor privileges to execute pg_current_logfile() (Pavlo Golub, Nathan Bossart)
780
+ Allow roles with pg_monitor membership to execute pg_current_logfile() (Pavlo Golub, Nathan Bossart)
781
781
</para>
782
782
</listitem>
783
783
@@ -1738,7 +1738,7 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
1738
1738
1739
1739
<listitem>
1740
1740
<para>
1741
- Add function XMLText () to convert text to a single XML text node (Jim Jones)
1741
+ Add function xmltext () to convert text to a single XML text node (Jim Jones)
1742
1742
</para>
1743
1743
</listitem>
1744
1744
@@ -1749,7 +1749,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1749
1749
1750
1750
<listitem>
1751
1751
<para>
1752
- Add function to_regtypemod() to return the typemod of a string (David Wheeler, Erik Wienhold)
1752
+ Add function to_regtypemod() to return the type modifier of a type specification (David Wheeler, Erik Wienhold)
1753
1753
</para>
1754
1754
</listitem>
1755
1755
0 commit comments