diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-04-07 03:34:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-04-07 03:34:36 +0000 |
commit | 5f3fbe14f3593a76a677414cf3ab4b64f60a8f35 (patch) | |
tree | a991883e3c6d0de05962a64549b5f8b252d02ace | |
parent | 9af03980cf600e2761fed9a7ff242d9e307433de (diff) | |
download | postgresql-5f3fbe14f3593a76a677414cf3ab4b64f60a8f35.tar.gz postgresql-5f3fbe14f3593a76a677414cf3ab4b64f60a8f35.zip |
In docs, Symetric -> Symmetric.
Michael Fuhr
-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 b80b4a95c9d..64af03fbdcb 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.375 2007/04/05 01:46:27 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.376 2007/04/07 03:34:36 momjian Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -280,7 +280,7 @@ the <acronym>CPU</acronym> cycles required to rewrite the first one into the second one internally. <indexterm> - <primary>BETWEEN SYMETRIC</primary> + <primary>BETWEEN SYMMETRIC</primary> </indexterm> <token>BETWEEN SYMMETRIC</> is the same as <literal>BETWEEN</> except there is no requirement that the argument to the left of <literal>AND</> be less than |