Forum OpenACS Development: Response to Undescriptive postgresql error

Collapse
Posted by Dan Wickstrom on
They are essentially the same thing since a function is an implied transaction.  Function calls are used to port inline code when it is necessary to pass the results of one function call as an input to another function call, whereas selects within a transaction are used when you are calling one or more functions for effect only.