Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

BUG #2791: Error while commiting



The following bug has been logged online:

Bug reference:      2791
Logged by:          Raman Dabhade
Email address:      raman(dot)dabhade(at)coalitiondev(dot)com
PostgreSQL version: 8.1
Operating system:   Win XP
Description:        Error while commiting
Details: 

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

When executing following procedure:

CREATE OR REPLACE FUNCTION processRecords()
  RETURNS int8 AS
$BODY$
declare
begin
	
   commit ;

return 0;
end;
$BODY$
  LANGUAGE 'plpgsql' VOLATILE;



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group