pgsql: Doc: render π more nicely in PDF output.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: render &pi; more nicely in PDF output.
Date: 2020-04-27 15:00:35
Message-ID: E1jT5FL-00012F-Hv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: render &pi; more nicely in PDF output.

We need to select symbol font explicitly, or it comes out misaligned.

Alexander Lakhin, Tom Lane

Discussion: https://postgr.es/m/10598.1587928415@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ac24755485a5c1cc1cef084f08706246ee4f66c

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
doc/src/sgml/ref/pgbench.sgml | 2 +-
doc/src/sgml/stylesheet-fo.xsl | 5 +++++
3 files changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-27 16:21:24 pgsql: Fix full text search to handle NOT above a phrase search correct
Previous Message Peter Eisentraut 2020-04-27 12:32:17 pgsql: pg_dump: Replace can't-happen error with assertion