Sivakumar K wrote: > Do we have an API like mysql_ping to check whether the server is up and > running after the connection has been established?
At the protocol level, you could send Sync and wait for ReadyForQuery. -O ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match