logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PostgreSQL Ready Check - Control Connection Status | Online Free DevTools by Hexmos

Check PostgreSQL connection status with pg_isready. Monitor database availability and troubleshoot connection issues effectively. Free online tool, no registration required.

pg_isready

Check the connection status of a PostgreSQL server. More information: https://www.postgresql.org/docs/current/app-pg-isready.html.

  • Check connection:

pg_isready

  • Check connection with a specific hostname and port:

pg_isready {{[-h|--host]}} {{hostname}} {{[-p|--port]}} {{port}}

  • Check connection displaying a message only when the connection fails:

pg_isready {{[-q|--quiet]}}

return

See Also