commit.l
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. ." This is -*-nroff-*-
  2. ." XXX standard disclaimer belongs here....
  3. ." $Header: /usr/local/cvsroot/pgsql/src/man/Attic/commit.l,v 1.5 1998/03/25 01:54:51 momjian Exp $
  4. .TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
  5. .SH NAME
  6. commit - commit the current transaction 
  7. .SH SYNOPSIS
  8. .nf
  9. fBcommit [transaction|work]fR
  10. .fi
  11. .SH DESCRIPTION
  12. This commands commits the current transaction.  All changes made by
  13. the transaction become visible to others and are guaranteed to be
  14. durable if a crash occurs.
  15. .IR "commit"
  16. is functionally equivalent to the
  17. .IR "end"
  18. command
  19. .SH "SEE ALSO"
  20. rollback(l),
  21. begin(l),
  22. commit(l),
  23. rollback(l).