Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a3ff937

Browse files
committed
Change π to plain "pi" in index entry, to avoid double escaping issues.
1 parent 2816b2c commit a3ff937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.398 2007/09/24 01:29:27 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.399 2007/10/07 01:13:30 alvherre Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -633,7 +633,7 @@
633633
<primary>mod</primary>
634634
</indexterm>
635635
<indexterm>
636-
<primary>&pi;</primary>
636+
<primary>pi</primary>
637637
</indexterm>
638638
<indexterm>
639639
<primary>power</primary>

0 commit comments

Comments
 (0)