|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.375 2007/04/05 01:46:27 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.376 2007/04/07 03:34:36 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
|
280 | 280 | the <acronym>CPU</acronym> cycles required to rewrite the first one
|
281 | 281 | into the second one internally.
|
282 | 282 | <indexterm>
|
283 |
| - <primary>BETWEENSYMETRIC</primary> |
| 283 | + <primary>BETWEENSYMMETRIC</primary> |
284 | 284 | </indexterm>
|
285 | 285 | <token>BETWEEN SYMMETRIC</> is the same as <literal>BETWEEN</>
|
286 | 286 | except there is no requirement that the argument to the left of <literal>AND</> be less than
|
|