commit.7

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 45 行

7
45
字号
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "COMMIT" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMECOMMIT \- commit the current transaction.SH SYNOPSIS.sp.nfCOMMIT [ WORK | TRANSACTION ].sp.fi.SH "DESCRIPTION".PP\fBCOMMIT\fR commits the current transaction. Allchanges made by the transaction become visible to othersand are guaranteed to be durable if a crash occurs..SH "PARAMETERS".TP\fBWORK\fR.TP\fBTRANSACTION\fROptional key words. They have no effect..SH "NOTES".PPUse ROLLBACK [\fBrollback\fR(7)] toabort a transaction..PPIssuing \fBCOMMIT\fR when not inside a transaction doesno harm, but it will provoke a warning message..SH "EXAMPLES".PPTo commit the current transaction and make all changes permanent:.sp.nfCOMMIT;.sp.fi.SH "COMPATIBILITY".PPThe SQL standard only specifies the two formsCOMMIT and COMMITWORK. Otherwise, this command is fully conforming..SH "SEE ALSO"BEGIN [\fBbegin\fR(7)], ROLLBACK [\fBrollback\fR(l)]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?