rollback.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/rollback.l,v 1.4 1998/03/23 15:09:43 momjian Exp $
  4. .TH ROLLBACK SQL 01/20/96 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 NAME
  8. rollback - rollback, e.g. aborts, the current transaction
  9. .SH SYNOPSIS
  10. .nf
  11. fBrollbackfP fB[transaction|work]fR
  12. .fi
  13. .SH DESCRIPTION
  14. This command rolls back the current transaction and causes all the
  15. updates made by the transaction to be discarded.   
  16. .PP
  17. .IR "rollback"
  18. is functionally equivalent to the
  19. .IR "abort"
  20. command.
  21. .SH "SEE ALSO"
  22. abort(l),
  23. begin(l),
  24. commit(l).