Re: Poll: are people okay with function/operator table redesign?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Victor Yegorov <vyegorov@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>,
"Jonathan S. Katz" <jkatz@postgresql.org>
Date: 2020-04-20T16:49:20Z
Lists: pgsql-hackers
Victor Yegorov <vyegorov@gmail.com> writes: > While table 9.5 with functions looks quite nice, I quite dislike 9.4 with > operators. BTW, I think a big part of the problem with table 9.4 as it's being rendered in the web style right now is that the type placeholders (numeric_type etc) are being rendered in a ridiculously overemphasized fashion, causing them to overwhelm all else. Do we really want <replaceable> to be rendered that way? I'd think plain italic, comparable to the rendering of <parameter>, would be more appropriate. I could make this page use <parameter> for that purpose of course, but it seems like semantically the wrong thing. regards, tom lane
Commits
-
Doc: re-re-revise markup for tables of functions.
- 4ad047a6eac3 13.0 landed
-
Doc: revise formatting of function/operator tables.
- 737d69ffc3cf 13.0 landed