When I try to create a database with the name `steve_test` I am presented with a 400 bad request. As per the postgres docs, database names can container letters, numbers, or underscores.
When I try to create a database with the name
steve_testI am presented with a 400 bad request.As per the postgres docs, database names can container letters, numbers, or underscores.