ssh rutgers
psql -h postgres.cs.rutgers.edu
psql -h postgres.cs.rutgers.edu -f ./test.sql
SELECT * FROM information_schema.tables WHERE table_schema not in ('pg_catalog' , 'information_schema');
\\dt