このクエリを2番目のサーバーでリモートで実行したいのですが、
#!/bin/bash
QUERY=`psql -h my2ndserverip -d testdb -U testuser 'select count(*) as result
from testdb.user where last_logged_date > (clock_timestamp() -interval '90 minutes)
echo "users = $QUERY" > tmp.txt
構文を修正するためのヒントはありますか?