
pg_isready
List of commands for pg_isready:
-
pg_isready:tldr:3b7fe pg_isready: Check connection with a specific hostname and port.$ pg_isready --host=${hostname} --port=${port}try on your machineexplain this command
-
pg_isready:tldr:7e502 pg_isready: Check connection displaying a message only when the connection fails.$ pg_isready --quiettry on your machineexplain this command
-
pg_isready:tldr:e3de3 pg_isready: Check connection.$ pg_isreadytry on your machineexplain this command