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
3 lines
125 B
Plaintext
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.
|