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

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Survey: renaming/removing script binaries (createdb, createuser...)
Дата
Msg-id 162867790803261108p72c582bdw8761ccd1def42581@mail.gmail.com
обсуждение исходный текст
Ответ на Survey: renaming/removing script binaries (createdb, createuser...)  (Zdeněk Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-general
On 26/03/2008, Zdeněk Kotala <Zdenek.Kotala@sun.com> wrote:
> Hello All,
>
>  I prepared patch for renaming postgreSQL script tools like createdb, createuser,
>  etc. to pg_createdb, pg_creteuser. Original names will be kept for 2 or 3
>  following versions. The main reason for the patch is to avoid possible clash of
>  names with systems tools.
>
>  And after long discussion on patches and hackers list we have made a decision
>  than we need input from wide audience. This is a reason why I prepare following
>  surveys.
>
>  See:
>  http://archives.postgresql.org/pgsql-hackers/2008-03/msg01006.php
>  http://archives.postgresql.org/pgsql-patches/2007-07/msg00055.php
>
>
>  Please let us know your meaning,
>
>                 thanks Zdenek Kotala
>
>
>  1) What type of names do you prefer?
>  -------------------------------
>
>  a) old notation - createdb, createuser ...
>  b) new one with pg_ prefix - pg_createdb, pg_creteuser ...
>  c) new one with pg prefix - pgcreatedb, pgcreateuser ...
>  d) remove them - psql is the solution
>  e) remove them - pgadmin is the solution
>

b)

>
>  2) How often do you use these tools?
>  -----------------------------------
>
>  a) every day (e.g. in my cron)
>  b) one per week
>  c) one time
>  d) never
>
>

a)

>  3) What name of initdb do you prefer?
>  ---------- --------------------------
>
>  a) initdb
>  b) pg_initdb
>  c) pg_init
>  d) pg_ctl -d <dir> init  (replace initdb with pg_ctl new functionality)
>  e) What is initdb? My start/stop script does it automatically.

b)

>
>  4) How do you perform VACUUM?
>  -----------------------------
>
>  a) vacuumdb - shell command
>  b) VACUUM - SQL command
>  c) autovacuum
>  d) What is vacuum?
>
>

a)

>
>
>
>
>
>
>  --
>  Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
>  To make changes to your subscription:
>  http://www.postgresql.org/mailpref/pgsql-general
>

В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: PostgreSQL Replication with read-only access to standby DB
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Survey: renaming/removing script binaries (createdb, createuser...)