Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 191 Bytes

postgres_notes.rst

File metadata and controls

9 lines (6 loc) · 191 Bytes

PostgreSQL Cmd-Line Cheatsheet

Connect via TCP/IP as a certainuser:

psql -U username dbname -h localhost
Some useful commands:
  • l - show all databases