@@ -10006,7 +10006,7 @@ gen_random_uuid() returns uuid
1000610006 <title>Producing XML Content</title>
1000710007
1000810008 <para>
10009- A set of functions and function-like expressions are available for
10009+ A set of functions and function-like expressions is available for
1001010010 producing XML content from SQL data. As such, they are
1001110011 particularly suitable for formatting query results into XML
1001210012 documents for processing in client applications.
@@ -12360,7 +12360,7 @@ table2-mapping
1236012360
1236112361 <note>
1236212362 <para>
12363- Some of the <literal>jsonb_path_*</literal> functions have the
12363+ Some of the <literal>jsonb_path_*</literal> functions have a
1236412364 <literal>_tz</literal> suffix. These functions have been implemented to
1236512365 support comparison of date/time values that involves implicit
1236612366 timezone-aware casts. Since operations with time zones are not immutable,
@@ -18795,8 +18795,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
1879518795 The functions <function>to_regclass</function>, <function>to_regcollation</function>,
1879618796 <function>to_regnamespace</function>, <function>to_regoper</function>,
1879718797 <function>to_regoperator</function>, <function>to_regrole</function>,
18798- <function>to_regproc</function>, <function>to_regprocedure</function>, and
18799- <function>to_regtype</function>, functions translate relation, collation, schema,
18798+ <function>to_regproc</function>, <function>to_regprocedure</function> and
18799+ <function>to_regtype</function> translate relation, collation, schema,
1880018800 operator, role, function, and type names (given as <type>text</type>) to
1880118801 objects of the corresponding <type>reg*</type> type (see <xref
1880218802 linkend="datatype-oid"/> about the types). These functions differ from a
0 commit comments