Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
124875e8
Commit
124875e8
authored
Apr 07, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More man updates to fix bad tags
parent
28fb1c19
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/ref/create_trigger.sgml
doc/src/sgml/ref/create_trigger.sgml
+2
-2
doc/src/sgml/ref/revoke.sgml
doc/src/sgml/ref/revoke.sgml
+2
-2
No files found.
doc/src/sgml/ref/create_trigger.sgml
View file @
124875e8
<!--
<!--
$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">
...
...
doc/src/sgml/ref/revoke.sgml
View file @
124875e8
<!--
<!--
$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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment