mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Mention rules and views instead of SELECT triggers.
This commit is contained in:
parent
2e3959c9c7
commit
97ce818897
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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
|
|||||||
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user