Skip to content

Instantly share code, notes, and snippets.

@qinjie
Last active October 5, 2022 03:01
Show Gist options
  • Save qinjie/9f459ff41b80d364bbfa9b17fac86730 to your computer and use it in GitHub Desktop.
Save qinjie/9f459ff41b80d364bbfa9b17fac86730 to your computer and use it in GitHub Desktop.
Install psql on Amazon Linux 2
```
sudo amazon-linux-extras install postgresql10
```
Use it to connec to Redshift database
```
psql -h <endpoint> -p <port> -d <databasename> -U <userid>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment