Thread: what different beetwen "begin work;" and "begin transaction;" ????

what different beetwen "begin work;" and "begin transaction;" ????

From
"Alxander A. Kapralov"
Date:
%subj%


Re: what different beetwen "begin work;" and "begin transaction;" ????

From
"Arguile"
Date:
 Alxander  A. Kapralov wrote:
>
> what different beetwen "begin work;" and  "begin transaction;" ????

As the manual clearly states:

Syopsis:

    BEGIN [ WORK | TRANSACTION ]

Inputs:

    WORK
    TRANSACTION

    Optional keywords. They have no effect.

http://www.postgresql.org/idocs/index.php?sql-begin.html



Re: what different beetwen "begin work;" and "begin transaction;" ????

From
strange@nsk.yi.org
Date:
 From http://developer.postgresql.org/docs/postgres/sql-begin.html:

WORK
TRANSACTION

Optional keywords. They have no effect.

Regards,
Luciano Rocha