Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database_exists: don't connect to 'postgres' data base for database existence check #372

Merged
merged 2 commits into from
Jul 8, 2020

Commits on May 13, 2019

  1. database_exists: remove rewriting of database

    for connection strings starting with 'postgres' the function
    tested for the database with the name 'postgres' instead of the
    database specified by the url.
    
    This has been introduced here (the if else branch probably made
    sense in dro and create, but it doesn't here in my opinion)
    
    kvesteri@5d741c1
    kvesteri@d7f2905
    bernt-matthias committed May 13, 2019
    Configuration menu
    Copy the full SHA
    669e1ef View commit details
    Browse the repository at this point in the history
  2. fix

    bernt-matthias committed May 13, 2019
    Configuration menu
    Copy the full SHA
    33589c4 View commit details
    Browse the repository at this point in the history