File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -70,7 +70,7 @@ CREATE RULE <replaceable class="parameter">name</replaceable> AS ON <replaceable
70
70
<term><replaceable class="parameter">condition</replaceable></term>
71
71
<listitem>
72
72
<para>
73
- Any SQL WHERE clause. <literal>new</literal> or
73
+ Any SQL WHERE clause, <literal>new</literal> or
74
74
<literal>current</literal> can appear instead of an instance
75
75
variable whenever an instance variable is permissible in SQL.
76
76
</para>
@@ -80,7 +80,7 @@ CREATE RULE <replaceable class="parameter">name</replaceable> AS ON <replaceable
80
80
<term><replaceable class="parameter">action</replaceable></term>
81
81
<listitem>
82
82
<para>
83
- Any SQL statement. <literal>new</literal> or
83
+ Any SQL statement, <literal>new</literal> or
84
84
<literal>current</literal> can appear instead of an instance
85
85
variable whenever an instance variable is permissible in SQL.
86
86
</para>
You can’t perform that action at this time.
0 commit comments