Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

begin(l)


BEGIN

BEGIN

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

begin - begins a transaction

SYNOPSIS

begin [transaction|work]

DESCRIPTION

This command begins a user transaction which Postgres will guarantee is serializable with respect to all concurrently executing transactions. Postgres uses two-phase locking to perform this task. If the transaction is committed, Postgres will ensure that all updates are done or none of them are done. Transactions have the standard ACID (atomic, consistent, isolatable, and durable) property.

SEE ALSO

rollback(l), commit(l).



begin(l)