async fn pg_sleep(second: F64)
Makes the current session’s process sleep until the given number of seconds have elapsed.
query I SELECT pg_sleep(1.5); ---- NULL