mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +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