File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.17 2001/12/08 03:24:36 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.18 2002/02/21 22:39:35 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -24,7 +24,8 @@ PostgreSQL documentation
24
24
</refsynopsisdivinfo>
25
25
<synopsis>
26
26
FETCH [ <replaceable class="PARAMETER">direction</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
27
- FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
27
+ FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ]
28
+ { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
28
29
</synopsis>
29
30
30
31
<refsect2 id="R2-SQL-FETCH-1">
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.20 2002/02/18 23:11:02 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.21 2002/02/21 22:39:36 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -16,7 +16,8 @@ PostgreSQL documentation
16
16
17
17
<refsynopsisdiv>
18
18
<synopsis>
19
- GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,...] | ALL [ PRIVILEGES ] }
19
+ GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }
20
+ [,...] | ALL [ PRIVILEGES ] }
20
21
ON [ TABLE ] <replaceable class="PARAMETER">objectname</replaceable> [, ...]
21
22
TO { <replaceable class="PARAMETER">username</replaceable> | GROUP <replaceable class="PARAMETER">groupname</replaceable> | PUBLIC } [, ...]
22
23
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.20 2002/02/18 23:11:03 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.21 2002/02/21 22:39:36 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -16,7 +16,8 @@ PostgreSQL documentation
16
16
17
17
<refsynopsisdiv>
18
18
<synopsis>
19
- REVOKE { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,...] | ALL [ PRIVILEGES ] }
19
+ REVOKE { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }
20
+ [,...] | ALL [ PRIVILEGES ] }
20
21
ON [ TABLE ] <replaceable class="PARAMETER">object</replaceable> [, ...]
21
22
FROM { <replaceable class="PARAMETER">username</replaceable> | GROUP <replaceable class="PARAMETER">groupname</replaceable> | PUBLIC } [, ...]
22
23
You can’t perform that action at this time.
0 commit comments