Re: pgsql: Doc: fix some rendering problems in the PDF docs build.

2023-05-21 Thread Tom Lane
Jeff Davis writes: > Aside from the formatting issue, I included some non-ascii characters > in the documentation. Are those OK, or should I replace them with &# > sequences, or find some way to not use such characters at all? > I see a few places with such non-ASCII characters, but only a few, s

Re: pgsql: Doc: fix some rendering problems in the PDF docs build.

2023-05-21 Thread Jeff Davis
On Sun, 2023-05-21 at 15:21 +, Tom Lane wrote: > Doc: fix some rendering problems in the PDF docs build. > > Tweak column widths in a couple of tables to avoid "contents > ... exceed the available area" warnings.  Remove usage of > some non-Latin-1 characters. Thank you for taking care of thi

pgsql: Doc: fix some rendering problems in the PDF docs build.

2023-05-21 Thread Tom Lane
Doc: fix some rendering problems in the PDF docs build. Tweak column widths in a couple of tables to avoid "contents ... exceed the available area" warnings. Remove usage of some non-Latin-1 characters. Discussion: https://postgr.es/m/[email protected] Branch -- master Detail