On Thu, Mar 11, 2021 at 11:09 AM Robert Haas <robertmh...@gmail.com> wrote: > An alternate possibility would be to say that there should only ever > be EITHER a bare command-line argument OR options that require > querying for a list of databases OR neither BUT NOT both. Then it's > simple: > > 0. If you have both options which require querying for a list of > databases and also a bare database name, error and die. > 1. As above. > 2. As above except the only possibility is now increasing the list of > target databases from length 0 to length 1. > 3. As above.
Here's a proposed incremental patch, applying on top of your last version, that describes the above behavior, plus makes a lot of other changes to the documentation that seemed like good ideas to me. Your mileage may vary, but I think this version is substantially more concise than what you have while basically containing the same information. -- Robert Haas EDB: http://www.enterprisedb.com
doc-hacking.patch
Description: Binary data