abort.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/abort.l,v 1.4 1998/03/23 15:09:22 momjian Exp $
  4. .TH ABORT SQL 01/23/93 PostgreSQL PostgreSQL
  5. ." XXX This .XA has to go after the .TH so that the index page number goes
  6. ." in the right place...
  7. .SH Abort
  8. .SH NAME
  9. abort - abort the current transaction
  10. .SH SYNOPSIS
  11. .nf
  12. fBabortfP fB[transaction]fR
  13. .fi
  14. .SH DESCRIPTION
  15. This command aborts the current transaction and causes all the
  16. updates made by the transaction to be discarded.   
  17. .IR "abort"
  18. is functionally equivalent to 
  19. .IR "rollback".
  20. .SH "SEE ALSO"
  21. begin(l),
  22. commit(l),
  23. rollback(l).