Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0df916e

Browse files
committed
Again update of rule manual page.
1 parent 592b690 commit 0df916e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/create_rule.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.12 2000/04/07 17:35:08 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.13 2000/04/07 17:37:24 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -70,7 +70,7 @@ CREATE RULE <replaceable class="parameter">name</replaceable> AS ON <replaceable
7070
<term><replaceable class="parameter">condition</replaceable></term>
7171
<listitem>
7272
<para>
73-
Any SQL WHERE clause. <literal>new</literal> or
73+
Any SQL WHERE clause, <literal>new</literal> or
7474
<literal>current</literal> can appear instead of an instance
7575
variable whenever an instance variable is permissible in SQL.
7676
</para>
@@ -80,7 +80,7 @@ CREATE RULE <replaceable class="parameter">name</replaceable> AS ON <replaceable
8080
<term><replaceable class="parameter">action</replaceable></term>
8181
<listitem>
8282
<para>
83-
Any SQL statement. <literal>new</literal> or
83+
Any SQL statement, <literal>new</literal> or
8484
<literal>current</literal> can appear instead of an instance
8585
variable whenever an instance variable is permissible in SQL.
8686
</para>

0 commit comments

Comments
 (0)