Zdenek Kotala wrote:
>
> And what about replace all "scripts" by one command e.g pg_cmd with
> following interface:
>
> pg_cmd create database <...>
> create role ...
> drop database ...
> list database
> ...
>
>
> It solves potential name collision (for example createuser should
> collide with other unix command) and output is easy maintainable in
> one application.
>
>
>
And we'll break a million applications that rely on the command names.
We really don't have the luxury of being able to revisit every design
decision that's ever been made.
cheers
andrew