Re: Multiple --table options for other commands
Josh Kupershmidt <schmiddy@gmail.com>
From: Josh Kupershmidt <schmiddy@gmail.com>
To: "Karl O. Pinc" <kop@meme.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-12-14T05:02:56Z
Lists: pgsql-hackers
Attachments
- multiple_tables.v5.diff (application/octet-stream) patch v5
On Thu, Dec 13, 2012 at 9:03 PM, Karl O. Pinc <kop@meme.com> wrote: > My brain seems to have turned itself on. I went and (re)read > the docbook manual and was able to come up with this, > which works: > > > <arg choice="plain" rep="repeat"><arg choice="opt"> > <group choice="plain"> > <arg choice="plain"><option>--table</option></arg> > <arg choice="plain"><option>-t</option></arg> > </group> > <replaceable>table</replaceable> </arg></arg> > > Yay! (indentation et-al aside) That does seem to work, thanks for figuring out the syntax. > Sorry to be so persnickety, and unhelpful until now. > It seemed like it should be doable, but something > was going wrong between keyboard and chair. I guess > I should be doing this when better rested. No problem, here is v5 with changed synopses. Josh