odoo-openupgrade-wizard/newsfragments/+improving-psql-command-default-db.misc
Sylvain LE GAL 8bf6dd385a [IMP] cli tools: default 'postgres' database.
Rational: when calling oow psql, sometimes, we don't want to put a database. Example, if we call "oow -d postgres -c 'psql'".
In that case, this improvment makes that default postgres database will be proposed in the 'prompt', if no database is provided
2025-02-27 12:45:16 +01:00

3 lines
125 B
Plaintext

set a default 'postgres' database in ``oow psql`` command, to avoid force user
to set a database, in case of dbless command.