Re: pg_restore - added documentation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: pg_restore - added documentation
Date: 2004-10-13 14:50:53
Message-ID: 14522.1097679053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> ! printf(_(" -C, --create process commands to create the database\n"));

Wow, that's just about *completely* content-free. Obviously
documentation written by a committee :-(

How about

! printf(_(" -d, --dbname=NAME connect to database NAME\n"));

! printf(_(" -C, --create create the target database\n"));

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Zhenbang Wei 2004-10-13 16:06:36 Update postgres-zh_TW.po for 8.0
Previous Message Tom Lane 2004-10-13 14:37:12 Re: pg_restore - added documentation