Using PBS with remote PostgreSQL server

Hello to the community!
Is it possible to use OpenPBS with remote PostgreSQL server? We’ve got a clustered high-available PostgreSQL system in our infrastructure and would like to use it for all systems requiring PostgreSQL.

The remote postgres setup is not supported. Also, we have not seen any usecases of requiring such a setup. It is better to have it self-contained on the host running pbs server.

There is something like PBS_DATA_SERVICE_HOST/PORT in the source code, but i doubt it would work :smiley: