Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created November 17, 2016 13:10
Show Gist options
  • Save Voronenko/83fcd3cdd33dbaad86963972626f157c to your computer and use it in GitHub Desktop.
Save Voronenko/83fcd3cdd33dbaad86963972626f157c to your computer and use it in GitHub Desktop.
Check postgres db DBNAME exists
psql -lqt | cut -d \| -f 1 | grep -qw DBNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment