Hello,
if I define a pg/pgsql function, and I call that outside a transaction,does it create one for itself? Or should I add BEGIN and COMMIT statements withinthe function?
Thanks,Antonio.