Table of Contents

NAME

end -- commit the current transaction

SYNOPSIS

end [transaction]

DESCRIPTION

This commands commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs.

SEE ALSO

abort(l) , begin(l) .


Table of Contents