end.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 47 行
7
47 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "END" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEEND \- commit the current transaction.SH SYNOPSIS.sp.nfEND [ WORK | TRANSACTION ].sp.fi.SH "DESCRIPTION".PP\fBEND\fR commits the current transaction. All changesmade by the transaction become visible to others and are guaranteedto be durable if a crash occurs. This command is aPostgreSQL extensionthat is equivalent to COMMIT [\fBcommit\fR(7)]..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 \fBEND\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.nfEND;.sp.fi.SH "COMPATIBILITY".PP\fBEND\fR is a PostgreSQLextension that provides functionality equivalent to COMMIT [\fBcommit\fR(7)], which isspecified in the SQL standard..SH "SEE ALSO"BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)], ROLLBACK [\fBrollback\fR(l)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?