Please accept my apologies for the basic question but I can't seem to find the answer to this basic question online.
I have a few triggers on my Postgres database that run on insert/update and I'm wondering if the database releases the connection to my server application after the triggering sql or after the trigger completes? Makes sense to me that the database would release the connection on completion of the triggering sql, am I right??