Re: Survey: renaming/removing script binaries (createdb, createuser...) - Mailing list pgsql-general

From Diogo Biazus
Subject Re: Survey: renaming/removing script binaries (createdb, createuser...)
Date
Msg-id 6A203AFD-C022-4901-B902-A03FA9C7E2A1@gmail.com
Whole thread Raw
In response to Survey: renaming/removing script binaries (createdb, createuser...)  (Zdeněk Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-general
> 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

b

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

d

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

c

--
Diogo Biazus
diogo@softa.com.br
http://www.softa.com.br
http://www.postgresql.org.br


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Timezones in 8.2.7
Next
From: Steve Atkins
Date:
Subject: Re: Re: Survey: renaming/removing script binaries (createdb, createuser...)