| From: | Josh Kupershmidt <schmiddy(at)gmail(dot)com> |
|---|---|
| To: | "Karl O(dot) Pinc" <kop(at)meme(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Multiple --table options for other commands |
| Date: | 2012-12-14 05:02:56 |
| Message-ID: | CAK3UJREb68-vvyQrAWC8JDvK-2cvfrWX7CK0dH8-6W31xtGg8w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Dec 13, 2012 at 9:03 PM, Karl O. Pinc <kop(at)meme(dot)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
| Attachment | Content-Type | Size |
|---|---|---|
| multiple_tables.v5.diff | application/octet-stream | 27.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2012-12-14 07:30:42 | Re: MySQL search query is not executing in Postgres DB |
| Previous Message | Peter Eisentraut | 2012-12-14 04:05:15 | Re: Doc patch, index search_path where it's used to secure functions |