The following bug has been logged online:

Bug reference:      3376
Logged by:          Felipe Nogueira
Email address:      [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system:   Windows 2003
Description:        Erro : COMMIT
Details: 

PostgreSQL 8.2.4 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2
(mingw-special).

I have the following function

CREATE OR REPLACE FUNCTION "public"."data" (integer, integer) RETURNS
integer AS
$body$
DECLARE
   vDATA integer;
BEGIN
COMMIT;
END;
$body$
LANGUAGE 'plpgsql' STABLE CALLED ON NULL INPUT SECURITY INVOKER;

When  I execute i have the error

ERROR:  SPI_execute_plan failed executing query "COMMIT":
SPI_ERROR_TRANSACTION
CONTEXT:  PL/pgSQL function "data" line 4 at SQL statement

I saw at Internet this bug was already reported.

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

                http://www.postgresql.org/about/donate

Reply via email to