Alvaro Herrera napsal(a):
> Tom Lane wrote:
>> Alvaro Herrera <alvherre@commandprompt.com> writes:
>>> Greg Smith wrote:
>>>> And if anybody suggests putting a "_" in something I have to type all the
>>>> time, I will stick my fingers in my ears and start yelling until they
>>>> stop. Bad enough I have to type pg_ctl a few times every day now.
>>> alias pgctl=pg_ctl
>> Still, if we can't have "pg" then the whole idea loses a lot of its
>> appeal. I'm not excited about having to type "pgcmd createdb ...",
>> much less anything longer.
>
> What about pgc?
>
And what about two commands one for create and one for drop?
It save 6 or 4 chars.
pgc db (as create db)
pgc user
pgd db (as drop db)
pgd user
Zdenek