sql >> Database >  >> RDS >> PostgreSQL

Query om de status van de postgresql-database te controleren

https://www.postgresql.org/docs/current /static/app-pg-isready.html

-bash-4.2$ if pg_isready93 -d postgres://localhost:5432/template; then echo "200 OK"; else echo "500 NOT OK"; fi
200 OK
-bash-4.2$ if pg_isready93 -d postgres://localhost:5430/template; then echo "200 OK"; else echo "500 NOT OK"; fi
500 NOT OK

credits voor Abelisto - ik zou niet denken aan pg_isready in deze context



  1. CSV laden in MySQL Is dit een bug? - Uitzondering bestand niet gevonden

  2. MySQL automatische string naar integer casten in waar clausule?

  3. tabelkop wordt herhaald vanuit een for-lus in php

  4. Geef een array door als waarde in een ado.net DBP-parameter