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
In response to
Responses
pgsql-hackers by date
| Next: | From: Joshua D. Drake | Date: 2007-06-01 20:07:31 |
| Subject: Constraint exclusion oddity with composite index |
| Previous: | From: Simon Riggs | Date: 2007-06-01 20:02:19 |
| Subject: Re: Attempt to re-archive existing WAL logs afterrestoringfrom backup |