Functions - Mailing list pgsql-general

From c k
Subject Functions
Date
Msg-id d8e7a1e30809150955v32f01897wa900261ac86af34b@mail.gmail.com
Whole thread Raw
Responses Re: [ADMIN] Functions
List pgsql-general
Dear PG members,
I want to know that does begin and end in plpgsql are related to begin transactions and commit? if yes/no how? If I start to execute a function of multiple statements does PG commits each transaction within a function, or whole function as a transaction. 
Also if first statement makes inserts/updates a row, does it automatically available to that particular function execution only or to any other instances of same function?
Please give the details.

In my system, function are extensively used and cab called by different clients as ODBC, JDBC and others.

Thanks for help,

CPK

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Oracle and Postgresql
Next
From: David Fetter
Date:
Subject: Re: Oracle and Postgresql