ivory
ivory copied to clipboard
Postgres users without createdb performed leads to confusing error messages
When a Postgres user, for which createdb <user>
has not been performed, instructs a database creation , Ivory will pass through a potentially confusing error of FATAL: database <user> does not exist
. Consider checking if user has his own database to improve the error message and logical next steps (createdb