We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3959c commit 97ce818Copy full SHA for 97ce818
doc/src/sgml/ref/create_trigger.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.19 2001/11/29 22:18:14 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.20 2001/11/30 01:22:47 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -132,7 +132,8 @@ CREATE
132
</para>
133
<para>
134
<command>SELECT</command> does not modify any rows so you can not
135
- create <command>SELECT</command> triggers.
+ create <command>SELECT</command> triggers. Rules and views are more
136
+ appropriate in such cases.
137
138
139
0 commit comments