In documentation it is said:
If not specified, the value parsed from the dsn argument is used, or the value of the PGDATABASE environment variable, or the operating system name of the user running the application.
But in fact if database username is provided but database is not, database user name is used instead of system username.
Also why not just use postgres as default value instead of username?
asyncpg version ==0.24.0
postgres: docker image postgres:13-alpine, at the moment it use version 13.4
python version ==3.8