Re: Command tags in create/drop scripts

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Command tags in create/drop scripts
Date: 2008-03-11 19:48:32
Message-ID: 200803111948.m2BJmWE15901@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Added to TODO:

* Prefix command-line utilities like createuser with 'pg_'

http://archives.postgresql.org/pgsql-hackers/2007-06/msg00025.php

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> Zdenek Kotala wrote:
> > Tom Lane wrote:
> > >Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > >>Is this a TODO?
> > >
> > >I don't think so; there is no demand from anybody but Zdenek to remove
> > >those programs. Has it ever even come up before?
>
> Personally I found really strange to have "createuser" and "createdb"
> shipped by Postgres when I started using it. I just didn't complain.
>
> > "pg_ctl -D <path> init" instead of initdb command?
>
> Seems a reasonable thing to do too. Harder to type for developers, but
> how much of a problem this is for real users? And developers can script
> the thing anyway so I don't think this is a real problem.
>
> One idea is to move the offending binaries into libexec, and have pg_ctl
> or other helpers (pg_cmd) call them; and where compatibility with the
> old versions is requested, create symlinks in bindir.
>
> --
> Alvaro Herrera http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-11 20:05:01 Re: Sorted writes in checkpoint
Previous Message Bruce Momjian 2008-03-11 19:45:01 Re: What is the maximum encoding-conversion growth rate, anyway?