You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALLOCATIONS=$(PGPASSWORD=$PGPASSWORD psql -t -h scheduler -U mamreadonly -d mam -c "select ga.g_name from g_account ga join g_account_user gu on ga.g_name=gu.g_account where ga.g_active='True' and gu.g_deleted='False' and gu.g_name='$USERNAME'")