From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
---|---|
To: | Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Jürgen Purtz <juergen(at)purtz(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: [PATCH] Add section headings to index types doc |
Date: | 2020-09-30 12:53:41 |
Message-ID: | 87d3f5b9-641f-0891-6f02-90b3cc8ecf77@iki.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 30/09/2020 14:25, Dagfinn Ilmari Mannsåker wrote:
> Michael Paquier <michael(at)paquier(dot)xyz> writes:
>
>> On Mon, Aug 10, 2020 at 12:52:17PM +0000, Jürgen Purtz wrote:
>>> The new status of this patch is: Waiting on Author
>>
>> This has not been answered yet, so I have marked the patch as returned
>> with feedback.
>
> Updated patch attached, wich reformats the operator lists as requested
> by Jürgen, and skips the reindentation as suggested by Tom.
I wonder if "synopsis" is the right markup for the operator lists. I'm
not too familiar with SGML, but the closest similar list I could find is
this in create_operator.sgml:
> The operator name is a sequence of up to <symbol>NAMEDATALEN</symbol>-1
> (63 by default) characters from the following list:
> <literallayout>
> + - * / < > = ~ ! @ # % ^ & | ` ?
> </literallayout>
Reading up on the meaning of "literallayout" at
https://tdg.docbook.org/tdg/4.5/literallayout.html, though, it doesn't
sound quite right either. Maybe "<simplelist type=horiz'>" ?
- Heikki
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2020-09-30 13:29:50 | Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers |
Previous Message | Bharath Rupireddy | 2020-09-30 12:02:07 | Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away |