22392239
22402240 <listitem>
22412241 <para>
2242- Fix PL/PgSQL to not fail when a <literal>FOR</> loop's target variable
2242+ Fix PL/pgSQL to not fail when a <literal>FOR</> loop's target variable
22432243 is a record containing composite-type fields (Tom)
22442244 </para>
22452245 </listitem>
@@ -3914,7 +3914,7 @@ current_date < 2017-11-17
39143914 </para>
39153915
39163916 <para>
3917- Previously PL/PgSQL functions that referenced temporary tables
3917+ Previously PL/pgSQL functions that referenced temporary tables
39183918 would fail if the temporary table was dropped and recreated
39193919 between function invocations, unless <literal>EXECUTE</> was
39203920 used. This improvement fixes that problem and many related issues.
@@ -4740,7 +4740,7 @@ current_date < 2017-11-17
47404740 The first request for statistics in a transaction takes a statistics
47414741 snapshot that does not change during the transaction. This function
47424742 allows the snapshot to be discarded and a new snapshot loaded during
4743- the next statistics query. This is particularly useful for PL/PgSQL
4743+ the next statistics query. This is particularly useful for PL/pgSQL
47444744 functions, which are confined to a single transaction.
47454745 </para>
47464746 </listitem>
@@ -4835,7 +4835,7 @@ current_date < 2017-11-17
48354835 </sect3>
48364836
48374837 <sect3>
4838- <title>PL/PgSQL Server-Side Language</title>
4838+ <title>PL/pgSQL Server-Side Language</title>
48394839 <itemizedlist>
48404840
48414841 <listitem>
@@ -4848,15 +4848,15 @@ current_date < 2017-11-17
48484848 <listitem>
48494849 <para>
48504850 Allow <literal>IN</literal> as an alternative to
4851- <literal>FROM</literal> in PL/PgSQL 's <command>FETCH</command>
4851+ <literal>FROM</literal> in PL/pgSQL 's <command>FETCH</command>
48524852 statement, for consistency with the backend's
48534853 <command>FETCH</command> command (Pavel Stehule)
48544854 </para>
48554855 </listitem>
48564856
48574857 <listitem>
48584858 <para>
4859- Add <command>MOVE</command> to PL/PgSQL (Magnus, Pavel Stehule,
4859+ Add <command>MOVE</command> to PL/pgSQL (Magnus, Pavel Stehule,
48604860 Neil)
48614861 </para>
48624862 </listitem>
@@ -4867,7 +4867,7 @@ current_date < 2017-11-17
48674867 </para>
48684868
48694869 <para>
4870- This adds convenient syntax for PL/PgSQL set-returning functions
4870+ This adds convenient syntax for PL/pgSQL set-returning functions
48714871 that want to return the result of a query. <command>RETURN QUERY</>
48724872 is easier and more efficient than a loop
48734873 around <command>RETURN NEXT</command>.
0 commit comments