Closed jwoertink closed 3 months ago
Fixes #1056
When you setup a postgres server, 99.9% of the time the postgres db will exist. Made this a configurable option. As an alternative, you could use template0 or template1 to connect before any other DB is setup.
postgres
template0
template1
Fixes #1056
When you setup a postgres server, 99.9% of the time the
postgres
db will exist. Made this a configurable option. As an alternative, you could usetemplate0
ortemplate1
to connect before any other DB is setup.