Commit 97ce8188 authored by Bruce Momjian's avatar Bruce Momjian

Mention rules and views instead of SELECT triggers.

parent 2e3959c9
<!-- <!--
$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 $
Postgres documentation Postgres documentation
--> -->
...@@ -132,7 +132,8 @@ CREATE ...@@ -132,7 +132,8 @@ CREATE
</para> </para>
<para> <para>
<command>SELECT</command> does not modify any rows so you can not <command>SELECT</command> does not modify any rows so you can not
create <command>SELECT</command> triggers. create <command>SELECT</command> triggers. Rules and views are more
appropriate in such cases.
</para> </para>
<para> <para>
......
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