From: | Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] pg_dump --help |
Date: | 1999-12-16 09:54:25 |
Message-ID: | Pine.LNX.3.96.991216104322.28849A-100000@ara.zf.jcu.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 15 Dec 1999, Bruce Momjian wrote:
> > $ pg_dump --help
> > /usr/lib/postgresql/bin/pg_dump: invalid option -- -
> >
> > hmm ?
> >
> > Prepare anyone long options for pg_dump, pg_passwd, pg_version ?
> > If not, I make it, current state is disgraceful.
> >
>
>
> #$ pg_dump -h
> pg_dump: option requires an argument -- h
> usage: pg_dump [options] dbname
> -a dump out only the data, no schema
> -c clean(drop) schema prior to create
--cut--
$ mysqldump --help
mysqldump Ver 4.0 Distrib 3.21.31, for pc-linux-gnu (i586)
By Igor Romanenko & Monty & Jani. This software is in public Domain
This software comes with ABSOLUTELY NO WARRANTY
Dumping definition and data mysql database or table
Usage: mysqldump [OPTIONS] database [tables]
-#, --debug=... Output debug log. Often this is 'd:t:o,filename
-?, --help Displays this help and exits.
-c, --compleat-insert Use complete insert statements.
.....etc.
I send patch with long options next week.....
Karel
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 1999-12-16 10:01:56 | Re: [HACKERS] "ExecInitIndexScan: both left and right..." meaning? |
Previous Message | Zeugswetter Andreas SB | 1999-12-16 08:30:23 | AW: AW: [HACKERS] SELECT ... AS ... names in WHERE/GROUP BY/HAVIN G |