pg_restore --help

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_restore --help
Date: 2004-12-03 16:35:56
Message-ID: 20041203163555.GA12118@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

People,

In pg_restore --help I see this:

-O, --no-owner do not output commands to set object ownership
[...]
-x, --no-privileges skip restoration of access privileges (grant/revoke)

Do we talk about "output commands" to do things, or directly about
restoration? I think -O description should be

-O, --no-owner skip restoration of object ownership

or something similar, to be consistent. Patch for that attached, but
feel free to editorialize ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"The ability to monopolize a planet is insignificant
next to the power of the source"

Attachment Content-Type Size
restore.patch text/plain 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2004-12-03 16:51:47 Re: Who's in charge of torrents? [was: Easy way to download all .torrents]
Previous Message Jan Wieck 2004-12-03 16:28:16 Re: Error handling in plperl and pltcl