| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Serguei Mokhov <mokhov(at)cs(dot)concordia(dot)ca> |
| Cc: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Subject: | Re: more adequate usage msg: pg_controldata.diff |
| Date: | 2003-01-08 22:22:43 |
| Message-ID: | 200301082222.h08MMha14282@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Patch applied, with slight adjustment. New output is:
#$ pg_controldata --help
Usage:
pg_controldata [OPTION]
Options:
DATADIR show cluster control information for DATADIR
-?, --help display this help and exit
-V, --version display pg_controldata's version and exit
pg_controldata displays PostgreSQL database cluster control information.
If no data directory is specified, the environment variable PGDATA
is used.
Report bugs to <pgsql-bugs(at)postgresql(dot)org>.
Also, DATADIR is optional.
---------------------------------------------------------------------------
Serguei Mokhov wrote:
> A better one, slightly enhancing error reporting.
>
> ----- Original Message -----
> From: "Serguei Mokhov" <mokhov(at)cs(dot)concordia(dot)ca>
> Sent: January 02, 2003 3:41 AM
>
> > Making pg_controldata's usage info more adequate.
> >
> > -s
> >
> > pg_controldata.diff
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-01-08 22:23:54 | Re: minor doc improvements |
| Previous Message | Neil Conway | 2003-01-08 18:33:44 | minor doc improvements |