Skip to content

Instantly share code, notes, and snippets.

@tjmaynes
Created October 12, 2021 18:00
Show Gist options
  • Select an option

  • Save tjmaynes/4b6747e25e4b2176c465abed8fe8d932 to your computer and use it in GitHub Desktop.

Select an option

Save tjmaynes/4b6747e25e4b2176c465abed8fe8d932 to your computer and use it in GitHub Desktop.
SELECT 'CREATE DATABASE member'
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'member')\gexec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment