Skip to content

Instantly share code, notes, and snippets.

@efrecon
Created October 3, 2018 14:18
Show Gist options
  • Save efrecon/30ba2c33d700287a23959a75bef78442 to your computer and use it in GitHub Desktop.
Save efrecon/30ba2c33d700287a23959a75bef78442 to your computer and use it in GitHub Desktop.
List databases available to a given user in postgres
psql -U postgres -l -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment