Skip to content

Instantly share code, notes, and snippets.

@mayurah
Created June 11, 2025 14:51
Show Gist options
  • Save mayurah/4dbec24ecbb884b4c990d757165a3315 to your computer and use it in GitHub Desktop.
Save mayurah/4dbec24ecbb884b4c990d757165a3315 to your computer and use it in GitHub Desktop.
Teleport + AWS Redshift (PostgreSQL compliant data warehouse)

PostgreSQL (Redshift) + Teleport

CLI via homebrew

brew install pgcli
brew link --force libpq
brew info libpq
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
psql --version

psql (PostgreSQL) 17.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment