psql command line syntax / basic remote connect to AWS (with linux continuation “\” character

psql \
–host=dbid.xxx.us-east-1.rds.amazonaws.com \
–port=5432 \
–username=postgres \
–password \
–dbname=postgres

Leave a Comment

Scroll to Top