Is there a way to run a PHP script from within a PL/pgSQL function? (For example, running a bash script from inside of some PL/pgSQL code.)
I have a batch of cached data stored and I need my PHP logic to clean it up properly after running some PL/pgSQL procedures.