Ron Mayer napsal(a):
> Zdeněk Kotala wrote:
>
>> 1) What type of names do you prefer?
>
> I'd prefer a "pg" program that took as arguments
> the command. So you'd have "pg createdb" instead
> of "pg_createdb".
>
> There are many precedents. "cvs update", "git pull"
> "apt-get install".
>
> Anyone else like this approach?
One of my original idea was to create pg_cmd command which will integrate all
create/drop command in one. For example
pg_cmd create database
pg_cmd list user
and so on. It is also possible solution. But we need split client commands and
server commands (initdb, pg_ctl, pg_controldata...).
Zdenek