Skip to content

Commit d82ab9f

Browse files
committed
doc PG 17 relnotes: Fixes from jian he
Backpatch-through: master
1 parent 45ea5b0 commit d82ab9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ Add per-table GRANT permission MAINTAIN to control maintenance operations (Natha
751751
</para>
752752

753753
<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.
755755
</para>
756756
</listitem>
757757

@@ -766,7 +766,7 @@ Add user-grantable role pg_maintain to control maintenance operations (Nathan Bo
766766
</para>
767767

768768
<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.
770770
</para>
771771
</listitem>
772772

@@ -777,7 +777,7 @@ Author: Nathan Bossart <nathan@postgresql.org>
777777

778778
<listitem>
779779
<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)
781781
</para>
782782
</listitem>
783783

@@ -1738,7 +1738,7 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
17381738

17391739
<listitem>
17401740
<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)
17421742
</para>
17431743
</listitem>
17441744

@@ -1749,7 +1749,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
17491749

17501750
<listitem>
17511751
<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)
17531753
</para>
17541754
</listitem>
17551755

0 commit comments

Comments
 (0)