Re: script binaries renaming

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: script binaries renaming
Date: 2008-03-24 17:20:16
Message-ID: 200803241720.m2OHKGE18061@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Where are we on this? Tom thinks we don't want this. TODO has:

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

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

I think we need to make a decision.

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

Zdenek Kotala wrote:
> I attach complete patch which renames following binaries
>
> createdb createlang createuser dropdb droplang dropuser clusterdb
> vacuumdb reindexdb
>
> to
>
> pg_createdb pg_createlang pg_createuser pg_dropdb pg_droplang
> pg_dropuser pg_clusterdb pg_vacuumdb pg_reindexdb
>
> Symlinks (or copy on win32) are created for backward compatibility.
>
> This renaming was discussed there:
>
> http://archives.postgresql.org/pgsql-hackers/2007-06/msg00145.php
>
> I create also separate unified patch for documentation.
>
> Zdenek

[ application/x-gzip is not supported, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-24 17:29:52 Re: Straightforward changes for increased SMP scalability
Previous Message Tom Lane 2008-03-24 17:12:16 Re: Proposal: new ereport option "errdetail_log"

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2008-03-24 18:24:21 Re: [PATCHES] Eliminate more detoast copies for packed varlenas
Previous Message Tom Lane 2008-03-24 16:41:08 Re: [PATCHES] Show INHERIT in \du