psql
sudo su - postgres psql "myschema"
\dt
SELECT * FROM testtable WHERE column1=1234 OR column1=2345;
SELECT COUNT(*) FROM testtable;