diff --git a/pages/common/pg_isready.md b/pages/common/pg_isready.md new file mode 100644 index 0000000000..c757f31e85 --- /dev/null +++ b/pages/common/pg_isready.md @@ -0,0 +1,16 @@ +# pg_isready + +> Check the connection status of a PostgreSQL server. +> More information: . + +- 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`