Re: Survey: renaming/removing script binaries (createdb, createuser...)

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Survey: renaming/removing script binaries (createdb, createuser...)
Date: 2008-03-26 20:35:14
Message-ID: 47EAB382.5050109@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zdenek Kotala 2008-03-26 20:37:57 Re: Survey: renaming/removing script binaries (createdb, createuser...)
Previous Message sam 2008-03-26 20:26:03 Performance of update