$ apt install postgresql-client
$ time psql "postgresql://xxx:[email protected]:5432/today_ai_weather" -c "\timing on" -c "SELECT 1"
Timing is on.
?column?
----------
1
(1 row)
Time: 172.842 ms
real 0m1.063s
user 0m0.029s
sys 0m0.020s
最后修改:2025 年 03 月 31 日
© 允许规范转载