Begin statement again - Mailing list pgsql-hackers

From Michael Meskes
Subject Begin statement again
Date
Msg-id 199803131058.LAA21583@gauss.topsystem.de
Whole thread Raw
List pgsql-hackers
Forget about my last question. I found the begin call in ecpglib.c. It doesn
what you expect from a embedded SQL preprocessor, it starts a new
transaction as soon as one ends. Nevertheless I thought about accepting
explicit begin calls in the new version. But they will always generate a
warning message as the code's always inside a transaction. So I could as
well accept the begin call but not give it to the backend.

Comments?

Michael

--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Too quick hitting the button
Next
From: Zeugswetter Andreas
Date:
Subject: AW: [HACKERS] Begin statement again