Kapil Sharma <kapil(dot)bncoe(at)gmail(dot)com> writes:
> Is it possible to run installcheck (pg_regress) tests from a remote host ?
I think if you set PGHOST and other relevant libpq environment variables,
an installcheck run will connect where they specify. The hard part would
be making sure that (a) your test files match the remote server's version
and (b) the various .so files loaded by the tests exist on the remote host
at the same filesystem locations expected by the tests.
regards, tom lane