You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If user is not `postgres` and we do not specify `dbname`, connection will be established to dbname=user.
Which may fail if there is no such database.
We can rely on the fact that DB `postgres` is present:
> The postgres database is also created when a database cluster is initialized.
-- from the official docs https://www.postgresql.org/docs/current/manage-ag-templatedbs.html.
0 commit comments