- Notifications
You must be signed in to change notification settings - Fork28
Commit4d15637
committed
Doc: fix remaining over-length entries in SQL keywords table.
Even after the tweaking I did in commit5545b69, some of thelonger keywords mentioned in the SQL standard don't fit theavailable space in PDF output.I experimented with various solutions like putting such keywordson their own table lines, but everything looked ugly or confusingor both; worse, the weirdness also appeared in the HTML version,which (normally) doesn't need it.The best answer seems to be to insert &zwsp; into long keywordsso that they can be broken into two lines when, and only when,needed. It doesn't look too awful if the break happens afteran underscore --- and fortunately, all the problematic keywordshave underscores.Discussion:https://postgr.es/m/6916.1589146280@sss.pgh.pa.us1 parent60c90c1 commit4d15637
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
85 | 90 |
| |
86 |
| - | |
| 91 | + | |
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
|
0 commit comments
Comments
(0)