I'm getting an apparent timeout error ("Query canceled by user request") when a function runs for over 30 seconds. I don't know whether this timeout setting is in PGLA, in whatever connects it to my PG server, or in the PG server itself, so I don't know how to fix it.
I use PGLA version 1.5.0.39.
~ TIA
~ Ken


no difference between running
no difference between running a function and a regular query.
If your server is on a linux box it is possible that the OS could be killing processes if there is
is a low memory situation on the server. I will run a perl sleep function and see if I get thaat t erroron my server