Re: [HACKERS] Begin statement again

From: jwieck(at)debis(dot)com (Jan Wieck)
To: meskes(at)topsystem(dot)de (Meskes, Michael)
Cc: andreas(dot)zeugswetter(at)telecom(dot)at, meskes(at)topsystem(dot)de, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Begin statement again
Date: 1998-03-13 12:38:17
Message-ID: m0yDTj7-000BFRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)debis(dot)com (Jan Wieck) #

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Meskes, Michael 1998-03-13 12:42:38 RE: [HACKERS] Begin statement again
Previous Message Jan Wieck 1998-03-13 12:36:39 Re: [HACKERS] PL/pgSQL - for discussion (RETURN)