Options (3)
-h, --hostbooleanCheck connection with a specific hostname and port
Example:
pg_isready {{[-h|--host]}} {{hostname}} {{[-p|--port]}} {{port}}-p, --portbooleanCheck connection with a specific hostname and port
Example:
pg_isready {{[-h|--host]}} {{hostname}} {{[-p|--port]}} {{port}}-q, --quietbooleanCheck connection displaying a message only when the connection fails
Example:
pg_isready {{[-q|--quiet]}}Examples (3)
Check connection
Check connection with a specific hostname and port
pg_isready [-h|--host] hostname [-p|--port] portCheck connection displaying a message only when the connection fails
pg_isready [-q|--quiet]made by @shridhargupta | data from tldr-pages