File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.45 2009/09/19 10:23:27 petere Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.46 2009/11/11 20:07:57 alvherre Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -26,7 +26,7 @@ PostgreSQL documentation
26
26
27
27
<refsynopsisdiv>
28
28
<synopsis>
29
- FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursor_name</replaceable>
29
+ FETCH [ <replaceable class="PARAMETER">direction</replaceable> [ FROM | IN ] ] <replaceable class="PARAMETER">cursor_name</replaceable>
30
30
31
31
<phrase>where <replaceable class="PARAMETER">direction</replaceable> can be empty or one of:</phrase>
32
32
@@ -404,7 +404,8 @@ COMMIT WORK;
404
404
405
405
<para>
406
406
The SQL standard allows only <literal>FROM</> preceding the cursor
407
- name; the option to use <literal>IN</> is an extension.
407
+ name; the option to use <literal>IN</>, or to leave them out altogether, is
408
+ an extension.
408
409
</para>
409
410
</refsect1>
410
411
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.33 2009/09/19 10:23:27 petere Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.34 2009/11/11 20:07:57 alvherre Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -26,7 +26,7 @@ PostgreSQL documentation
26
26
27
27
<refsynopsisdiv>
28
28
<synopsis>
29
- MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursor_name</replaceable>
29
+ MOVE [ <replaceable class="PARAMETER">direction</replaceable> [ FROM | IN ] ] <replaceable class="PARAMETER">cursor_name</replaceable>
30
30
</synopsis>
31
31
</refsynopsisdiv>
32
32
You can’t perform that action at this time.
0 commit comments