Commit 124875e8 authored by Bruce Momjian's avatar Bruce Momjian

More man updates to fix bad tags

parent 28fb1c19
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.9 2000/03/27 17:14:42 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.10 2000/04/07 19:20:48 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -25,7 +25,7 @@ Postgres documentation ...@@ -25,7 +25,7 @@ Postgres documentation
<synopsis> <synopsis>
CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTER } { <replaceable class="PARAMETER">event</replaceable> [OR ...] } CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTER } { <replaceable class="PARAMETER">event</replaceable> [OR ...] }
ON <replaceable class="PARAMETER">table</replaceable> FOR EACH { ROW | STATEMENT } ON <replaceable class="PARAMETER">table</replaceable> FOR EACH { ROW | STATEMENT }
EXECUTE PROCEDURE <replaceable class="PARAMETER">ER">func</replaceable>BLE> ( <replaceable class="PARAMETER">arguments</replaceable> ) EXECUTE PROCEDURE <replaceable class="PARAMETER">func</replaceable> ( <replaceable class="PARAMETER">arguments</replaceable> )
</synopsis> </synopsis>
<refsect2 id="R2-SQL-CREATETRIGGER-1"> <refsect2 id="R2-SQL-CREATETRIGGER-1">
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.8 1999/07/22 15:09:14 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.9 2000/04/07 19:20:48 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -25,7 +25,7 @@ Postgres documentation ...@@ -25,7 +25,7 @@ Postgres documentation
<synopsis> <synopsis>
REVOKE <replaceable class="PARAMETER">privilege</replaceable> [, ...] REVOKE <replaceable class="PARAMETER">privilege</replaceable> [, ...]
ON <replaceable class="PARAMETER">object</replaceable> [, ...] ON <replaceable class="PARAMETER">object</replaceable> [, ...]
FROM { PUBLIC | GROUP <replaceable class="PARAMETER">ER">g</replaceable>BLE> | <replaceable class="PARAMETER">username</replaceable> } FROM { PUBLIC | GROUP <replaceable class="PARAMETER">groupname</replaceable> | <replaceable class="PARAMETER">username</replaceable> }
</synopsis> </synopsis>
<refsect2 id="R2-SQL-REVOKE-1"> <refsect2 id="R2-SQL-REVOKE-1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment