Changes
Jump to navigation
Jump to search
→Working with psql
Therefore to connect to Postgres.Haas you will type:
psql -h postgres.haas.berkeley.edu DBName
The 'new' postgres server is currently on 128.32.252.201. Connect using your username and DBname (firstname_data by default):
psql -h 128.32.252.201 -U username dbname
Useful commands are: