sam <[EMAIL PROTECTED]> writes:
> ERROR: cannot have more than 2^32-1 commands in a transaction
> But this error is occuring in a function that iam least expecting it
> to occur in.
If you haven't marked the function as read-only (IMMUTABLE or STABLE)
then each statement in it counts as a command
Hi
ERROR: cannot have more than 2^32-1 commands in a transaction
SQL state: 54000
Iam getting the above error when iam running my program. If iam not
wrong this error ocuurs when there are too many statements executing
in one single transaction.
But this error is occuring in a function that iam lea