File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.9 2000/03/27 17:14:42 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.10 2000/04/07 19:20:48 momjian Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -25,7 +25,7 @@ Postgres documentation
25
25
<synopsis>
26
26
CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTER } { <replaceable class="PARAMETER">event</replaceable> [OR ...] }
27
27
ON <replaceable class="PARAMETER">table</replaceable> FOR EACH { ROW | STATEMENT }
28
- EXECUTE PROCEDURE <replaceable class="PARAMETER">ER"> func</replaceable>BLE > ( <replaceable class="PARAMETER">arguments</replaceable> )
28
+ EXECUTE PROCEDURE <replaceable class="PARAMETER">func</replaceable> ( <replaceable class="PARAMETER">arguments</replaceable> )
29
29
</synopsis>
30
30
31
31
<refsect2 id="R2-SQL-CREATETRIGGER-1">
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.8 1999/07/22 15:09:14 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.9 2000/04/07 19:20:48 momjian Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -25,7 +25,7 @@ Postgres documentation
25
25
<synopsis>
26
26
REVOKE <replaceable class="PARAMETER">privilege</replaceable> [, ...]
27
27
ON <replaceable class="PARAMETER">object</replaceable> [, ...]
28
- FROM { PUBLIC | GROUP <replaceable class="PARAMETER">ER">g </replaceable>BLE > | <replaceable class="PARAMETER">username</replaceable> }
28
+ FROM { PUBLIC | GROUP <replaceable class="PARAMETER">groupname </replaceable> | <replaceable class="PARAMETER">username</replaceable> }
29
29
</synopsis>
30
30
31
31
<refsect2 id="R2-SQL-REVOKE-1">
You can’t perform that action at this time.
0 commit comments