rollback.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 44 行
7
44 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "ROLLBACK" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEROLLBACK \- abort the current transaction.SH SYNOPSIS.sp.nfROLLBACK [ WORK | TRANSACTION ].sp.fi.SH "DESCRIPTION".PP\fBROLLBACK\fR rolls back the current transaction and causesall the updates made by the transaction to be discarded..SH "PARAMETERS".TP\fBWORK\fR.TP\fBTRANSACTION\fROptional key words. They have no effect..SH "NOTES".PPUse COMMIT [\fBcommit\fR(7)] tosuccessfully terminate a transaction..PPIssuing \fBROLLBACK\fR when not inside a transaction doesno harm, but it will provoke a warning message..SH "EXAMPLES".PPTo abort all changes:.sp.nfROLLBACK;.sp.fi.SH "COMPATIBILITY".PPThe SQL standard only specifies the two formsROLLBACK and ROLLBACKWORK. Otherwise, this command is fully conforming..SH "SEE ALSO"BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)], ROLLBACK TO SAVEPOINT [\fBrollback_to_savepoint\fR(l)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?