1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/common/pg_isready.md
Thamaraiselvam (aka) Tham b53b33a074
pg_isready: add page (#9271)
2022-10-30 08:08:06 -03:00

386 B

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 --host={{hostname}} --port={{port}}

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

pg_isready --quiet