Please keep the list CC'd so that others can help and learn from the
discussion.
Felipe Nogueira wrote:
> How I commit? I have a function that it will insert into a table, after
> all,
> I have commit.
You commit after calling the function. Like this:
BEGIN;
SELECT data(1,2);
COMMIT;
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com