Re: [HACKERS] Begin statement again

Jan Wieck <jwieck@debis.com>

From: jwieck@debis.com (Jan Wieck)
To: meskes@topsystem.de (Meskes, Michael)
Cc: andreas.zeugswetter@telecom.at, meskes@topsystem.de, pgsql-hackers@hub.org
Date: 1998-03-13T12:38:17Z
Lists: pgsql-hackers
> 
> I agree with BEGIN/END being used for PL/pgSQL. But that means I have to
> add it to ecpg to start a block of PL/pgSQL, e.g. to call a stored
> procedure in ORACLE I need PL/SQL in C.
> 
> AFAIK there is no transaction start command in SQL standard anymore.
> Just issue commit and your transaction is flushed. So either I have to
> remove that feature and go back to explicit transaction start commands
> or BEGIN WORK resp. BEGIN TRANSACTION are useless.

    But there is AUTOCOMMIT ON/OFF


Jan

-- 

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #