mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Doc: render π 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
This commit is contained in:
@@ -1528,7 +1528,7 @@ SELECT 4 AS four \; SELECT 5 AS five \aset
|
||||
<row>
|
||||
<entry><literal><function>pi()</function></literal></entry>
|
||||
<entry>double</entry>
|
||||
<entry>value of the constant PI</entry>
|
||||
<entry>value of the constant <phrase role="symbol_font">π</phrase></entry>
|
||||
<entry><literal>pi()</literal></entry>
|
||||
<entry><literal>3.14159265358979323846</literal></entry>
|
||||
</row>
|
||||
|
||||
Reference in New Issue
Block a user