diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2007-10-07 01:13:30 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2007-10-07 01:13:30 +0000 |
commit | a3ff937359b7455da7b79278562c3dd193659c42 (patch) | |
tree | 4ae59b58bee92cf792b968b87615c3d51a5c7a31 /doc/src | |
parent | 2816b2cdd2c3820a12b6d05a11c4be624e35536f (diff) | |
download | postgresql-a3ff937359b7455da7b79278562c3dd193659c42.tar.gz postgresql-a3ff937359b7455da7b79278562c3dd193659c42.zip |
Change π to plain "pi" in index entry, to avoid double escaping issues.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ca9c5355293..aef648e79d7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.398 2007/09/24 01:29:27 adunstan Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.399 2007/10/07 01:13:30 alvherre Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -633,7 +633,7 @@ <primary>mod</primary> </indexterm> <indexterm> - <primary>π</primary> + <primary>pi</primary> </indexterm> <indexterm> <primary>power</primary> |