Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rollback(7) [redhat man page]

ROLLBACK(7)							   SQL Commands 						       ROLLBACK(7)

NAME
ROLLBACK - abort the current transaction SYNOPSIS
ROLLBACK [ WORK | TRANSACTION ] INPUTS None. OUTPUTS ROLLBACK Message returned if successful. WARNING: ROLLBACK: no transaction in progress If there is not any transaction currently in progress. DESCRIPTION
ROLLBACK rolls back the current transaction and causes all the updates made by the transaction to be discarded. NOTES Use COMMIT [commit(7)] to successfully terminate a transaction. ABORT [abort(7)] is a synonym for ROLLBACK. USAGE
To abort all changes: ROLLBACK WORK; COMPATIBILITY
SQL92 SQL92 only specifies the two forms ROLLBACK and ROLLBACK WORK. Otherwise full compatibility. SQL - Language Statements 2002-11-22 ROLLBACK(7)

Check Out this Related Man Page

ROLLBACK 
PREPARED(7) PostgreSQL 9.2.7 Documentation ROLLBACK PREPARED(7) NAME
ROLLBACK_PREPARED - cancel a transaction that was earlier prepared for two-phase commit SYNOPSIS
ROLLBACK PREPARED transaction_id DESCRIPTION
ROLLBACK PREPARED rolls back a transaction that is in prepared state. PARAMETERS
transaction_id The transaction identifier of the transaction that is to be rolled back. NOTES
To roll back a prepared transaction, you must be either the same user that executed the transaction originally, or a superuser. But you do not have to be in the same session that executed the transaction. This command cannot be executed inside a transaction block. The prepared transaction is rolled back immediately. All currently available prepared transactions are listed in the pg_prepared_xacts system view. EXAMPLES
Roll back the transaction identified by the transaction identifier foobar: ROLLBACK PREPARED 'foobar'; COMPATIBILITY
ROLLBACK PREPARED is a PostgreSQL extension. It is intended for use by external transaction management systems, some of which are covered by standards (such as X/Open XA), but the SQL side of those systems is not standardized. SEE ALSO
PREPARE TRANSACTION (PREPARE_TRANSACTION(7)), COMMIT PREPARED (COMMIT_PREPARED(7)) PostgreSQL 9.2.7 2014-02-17 ROLLBACK PREPARED(7)
Man Page

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Have we just had a rollback of a few hours?

Have we just had a rollback of a few hours? (1 Reply)
Discussion started by: porter
1 Replies

2. UNIX for Dummies Questions & Answers

RPM Package - Rollback

Is it possible to rollback a package in Redhat ?I don't want to delete any packages. I have upgraded a package using rpm -Uvh & now i decided to use the old package, is it possible to revert it back to the original package ? (3 Replies)
Discussion started by: sydney2008
3 Replies

3. Emergency UNIX and Linux Support

/var/log/wtmp SuSE log permission rollback

Hello All, On my SuSE system, I have wtmp log this log file permission is 644 but every reboot the file permission rollback to 664. In the logrotate.conf and logrotate.d/wtmp files the wtmp logrotate set to 644. I would like to know, which "file" or "script" modify the wtmp log to rollback to... (7 Replies)
Discussion started by: kalaso
7 Replies

4. Solaris

zfs rollback

i created a snapshot as follow as bash-3.00# zfs snapshot dinu/dinu1@dinusnap1 then i deleted the contents in the directory dinu1 now i want to rollback that contents from snapshot and i used bash-3.00# zfs rollback dinu/dinu1/@dinusnap1 but i received error as follow as cannot... (3 Replies)
Discussion started by: dinu
3 Replies

5. Linux

Rolling Back an Update

I am writing a software product and hope that it will work on a variety of Linux distributions. At the moment, I am trying to create some kind of Linux version of patches/upgrades of installed software. Gathering information on available updates isn't hard, nor is installation of updates, but I... (27 Replies)
Discussion started by: Brandon9000
27 Replies

6. UNIX for Dummies Questions & Answers

[SOLVED] How to set a default of 200000 as scrollback size in Putty ?

Putty release : 0.61 For saved sessions , you can configure Scrollback size just once using "Lines of Scrollback" in the 'Window' menu For a non-saved session (an ad-hoc session ) , If you want a higer scrollback size for a putty session , you have to set the "Lines of Scrollback" manually... (4 Replies)
Discussion started by: kraljic
4 Replies

7. SuSE

Help with RollBack options

Hi, Recently we have patched our server to the highest level after which our application running on that server is having an issue with ssl handshake as below between 2 hosts. same error is also generated when checked from other host. Invalid/unknown SSL header was received from peer remote... (1 Reply)
Discussion started by: phanidhar6039
1 Replies