2239
2239
2240
2240
<listitem>
2241
2241
<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
2243
2243
is a record containing composite-type fields (Tom)
2244
2244
</para>
2245
2245
</listitem>
@@ -3914,7 +3914,7 @@ current_date < 2017-11-17
3914
3914
</para>
3915
3915
3916
3916
<para>
3917
- Previously PL/PgSQL functions that referenced temporary tables
3917
+ Previously PL/pgSQL functions that referenced temporary tables
3918
3918
would fail if the temporary table was dropped and recreated
3919
3919
between function invocations, unless <literal>EXECUTE</> was
3920
3920
used. This improvement fixes that problem and many related issues.
@@ -4740,7 +4740,7 @@ current_date < 2017-11-17
4740
4740
The first request for statistics in a transaction takes a statistics
4741
4741
snapshot that does not change during the transaction. This function
4742
4742
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
4744
4744
functions, which are confined to a single transaction.
4745
4745
</para>
4746
4746
</listitem>
@@ -4835,7 +4835,7 @@ current_date < 2017-11-17
4835
4835
</sect3>
4836
4836
4837
4837
<sect3>
4838
- <title>PL/PgSQL Server-Side Language</title>
4838
+ <title>PL/pgSQL Server-Side Language</title>
4839
4839
<itemizedlist>
4840
4840
4841
4841
<listitem>
@@ -4848,15 +4848,15 @@ current_date < 2017-11-17
4848
4848
<listitem>
4849
4849
<para>
4850
4850
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>
4852
4852
statement, for consistency with the backend's
4853
4853
<command>FETCH</command> command (Pavel Stehule)
4854
4854
</para>
4855
4855
</listitem>
4856
4856
4857
4857
<listitem>
4858
4858
<para>
4859
- Add <command>MOVE</command> to PL/PgSQL (Magnus, Pavel Stehule,
4859
+ Add <command>MOVE</command> to PL/pgSQL (Magnus, Pavel Stehule,
4860
4860
Neil)
4861
4861
</para>
4862
4862
</listitem>
@@ -4867,7 +4867,7 @@ current_date < 2017-11-17
4867
4867
</para>
4868
4868
4869
4869
<para>
4870
- This adds convenient syntax for PL/PgSQL set-returning functions
4870
+ This adds convenient syntax for PL/pgSQL set-returning functions
4871
4871
that want to return the result of a query. <command>RETURN QUERY</>
4872
4872
is easier and more efficient than a loop
4873
4873
around <command>RETURN NEXT</command>.
0 commit comments