mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Do not prompt when options were not specified. Assume --no-createdb, --no-createrole, --no-superuser by default. Also disable prompting for user name in dropdb, unless --interactive was specified. reviewed by Josh Kupershmidt