alter_trigger.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 51 行
7
51 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "ALTER TRIGGER" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEALTER TRIGGER \- change the definition of a trigger.SH SYNOPSIS.sp.nfALTER TRIGGER \fIname\fR ON \fItable\fR RENAME TO \fInewname\fR.sp.fi.SH "DESCRIPTION".PP\fBALTER TRIGGER\fR changes properties of an existingtrigger. The RENAME clause changes the name ofthe given trigger without otherwise changing the triggerdefinition..PPYou must own the table on which the trigger acts to be allowed to change its properties..SH "PARAMETERS".TP\fB\fIname\fB\fRThe name of an existing trigger to alter..TP\fB\fItable\fB\fRThe name of the table on which this trigger acts..TP\fB\fInewname\fB\fRThe new name for the trigger..SH "NOTES".PPThe ability to temporarily enable or disable a trigger is provided byALTER TABLE [\fBalter_table\fR(7)], not by\fBALTER TRIGGER\fR, because \fBALTER TRIGGER\fR has noconvenient way to express the option of enabling or disabling all ofa table's triggers at once..SH "EXAMPLES".PPTo rename an existing trigger:.sp.nfALTER TRIGGER emp_stamp ON emp RENAME TO emp_track_chgs;.sp.fi.SH "COMPATIBILITY".PP\fBALTER TRIGGER\fR is a PostgreSQLextension of the SQL standard..SH "SEE ALSO"ALTER TABLE [\fBalter_table\fR(7)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?